Forum Discussion

BW_RFA's avatar
BW_RFA
Helper I
2 years ago
Solved

LivyHttpRequestFailure error when updating Delta Table.

I am updating a delta table using a spark sql merge statement.    The data I am using to merge can contain duplicates on the ID, so I am splitting the data into deduplicatged portions and running t...
  • BW_RFA's avatar
    BW_RFA
    2 years ago

    Thanks, I have merged the duplicate rows and have not faced the issue again. Performance is much better.

    Thanks