delta-io / delta-sharing

An open protocol for secure data sharing
https://delta.io/sharing
Apache License 2.0
719 stars 154 forks source link

Do not retry on ConnectionClosedException in branch-1.0 #470

Closed linzhou-db closed 2 months ago

linzhou-db commented 2 months ago

Do not retry on ConnectionClosedException, because it can be caused by invalid json returned from the delta sharing server.

The same PR as https://github.com/delta-io/delta-sharing/pull/467