Gurunath
01/30/2023, 5:09 PMTianoKlein
01/31/2023, 4:23 PMKevin Bromber
02/14/2023, 4:54 PMJacob Marble
02/15/2023, 8:49 PMfrederic lebeau
03/09/2023, 7:27 AMSujit Pattnaik
03/20/2023, 11:43 AMHQ
04/05/2023, 6:24 AMSaurabh
04/09/2023, 1:49 AMYogi Joshi
04/19/2023, 8:19 PMInhyeok Kim
04/20/2023, 1:35 PMBin
04/26/2023, 1:37 AMLin Zhou
05/26/2023, 4:01 PMDavid Arruelas
06/06/2023, 11:23 PMRusty Conover
06/09/2023, 3:35 PMTornike Gurgenidze
06/10/2023, 8:36 AMquery
endpoint expects data response to be immediately available. While this might have made sense for the original use case, I think it's still unnecessarily limiting. Some mechanism by which a server would optionally return a token and allow the client to poll for results until they're available would free the protocol up for various use cases.
What I'm probably actually looking for is a "lower-level" sister protocol similar to delta-sharing, which defines the format of the dataset metadata being returned but makes no other assumptions about the service. A good analogy would be the difference between Arrow Flight and Arrow Flight SQL from Arrow project where the latter is much more opinionated. Would you consider something like this outside of delta-sharing's scope?Kris Geusebroek
06/18/2023, 3:44 PMPavithra Srivatsan
07/06/2023, 8:56 AMBasem Gaber
07/09/2023, 3:23 PMPy4JJavaError: An error occurred while calling o33.load.
: java.lang.ClassNotFoundException:
Failed to find data source: deltaSharing. Please find packages at
<https://spark.apache.org/third-party-projects.html>
at org.apache.spark.sql.errors.QueryExecutionErrors$.failedToFindDataSourceError(QueryExecutionErrors.scala:587)
at org.apache.spark.sql.execution.datasources.DataSource$.lookupDataSource(DataSource.scala:675)
at org.apache.spark.sql.execution.datasources.DataSource$.lookupDataSourceV2(DataSource.scala:725)
at org.apache.spark.sql.DataFrameReader.load(DataFrameReader.scala:207)
at org.apache.spark.sql.DataFrameReader.load(DataFrameReader.scala:185)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244)
at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357)
at py4j.Gateway.invoke(Gateway.java:282)
at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132)
at py4j.commands.CallCommand.execute(CallCommand.java:79)
at py4j.ClientServerConnection.waitForCommands(ClientServerConnection.java:182)
at py4j.ClientServerConnection.run(ClientServerConnection.java:106)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException: deltaSharing.DefaultSource
at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
at org.apache.spark.sql.execution.datasources.DataSource$.$anonfun$lookupDataSource$5(DataSource.scala:661)
at scala.util.Try$.apply(Try.scala:213)
at org.apache.spark.sql.execution.datasources.DataSource$.$anonfun$lookupDataSource$4(DataSource.scala:661)
at scala.util.Failure.orElse(Try.scala:224)
at org.apache.spark.sql.execution.datasources.DataSource$.lookupDataSource(DataSource.scala:661)
... 15 more
Shashank Ravishankar
07/28/2023, 6:11 PMChristian Daudt
08/02/2023, 3:18 PMFrancisco
08/03/2023, 12:50 PMAndres Urrego
08/09/2023, 12:47 AMAndres Urrego
08/09/2023, 1:03 AMfrederic lebeau
08/25/2023, 8:18 PMJeewon Bae
09/11/2023, 5:26 AMHamad
09/11/2023, 9:10 PMHerry
09/13/2023, 7:38 AM