You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.RuntimeException: delta-sharing:/profile.json%23share.schema.table/123/25169076 is not a Parquet file. Expected magic number at tail, but found [0, 20, 14, 55]
Have you seen the error before?
The text was updated successfully, but these errors were encountered:
Hello experts,
I followed the protocol example to build the reference server. The server generated the presigned URL when
table/query
endpoint is called.Assumed that my
table_url
isprofile.json#share.schema.table
.By using
df = delta_sharing.load_as_pandas(table_url, limit=3)
it loads the data well. But it has failed if I useload_as_spark
.Following code:
In the error, it shows:
Have you seen the error before?
The text was updated successfully, but these errors were encountered: