Shixiong Zhu
Shixiong Zhu
How about IOError which is a more general error?
> Why would that fix your previous wish to not wrap the original exception, though? We hit an issue that `FileNotFoundError caused by a connection issue` was interpreted as `the...
> Might I suggest that the calling code should except as specific as possible for the code being called? Currently it's out of our control. It's happening in pyarrow and...
@param422 Could you try some other python library? I feel it's likely you are using the right way to install python libraries for jupyter notebook. I found this post from...
There is a java client available in https://github.com/databrickslabs/delta-sharing-java-connector . Could you try it?
Looks like you were sending a GET request. It should be a POST request: https://github.com/delta-io/delta-sharing/blob/main/PROTOCOL.md#read-data-from-a-table In addition, please be aware that a delta sharing server is not required to implement...
> I am making a post call only through request.post. Ah, I missed that. You need to use `json=payload` as it's not a simple python dict. In addition, the response...
> If I want to add support to filter data based on some column, which code/file in delta-sharing-server will need to be updated ? The code is in https://github.com/delta-io/delta-sharing/blob/main/server/src/main/scala/io/delta/standalone/internal/PartitionFilterUtils.scala What...
@desingho did you turn this on for the server? https://github.com/delta-io/delta-sharing/blob/ff7dbbbe37622a13e8fe4064803843cf806ec744/server/src/universal/conf/delta-sharing-server.yaml.template#L45
What's your predicateHints and did you see any error outputted by this line? https://github.com/delta-io/delta-sharing/blob/main/server/src/main/scala/io/delta/standalone/internal/PartitionFilterUtils.scala#L68