lidavidm commented on issue #323:
URL: https://github.com/apache/arrow-adbc/issues/323#issuecomment-1537166773

   Hmm, it seems like it does require Spark query plans?
   
   > The Spark Connect client translates DataFrame operations into unresolved 
logical query plans which are encoded using protocol buffers. These are sent to 
the server using the gRPC framework.
   
   Though possibly we can (ab)use the SQL relation as pointed out above: 
https://spark.apache.org/docs/latest/api/python/reference/pyspark.sql/api/pyspark.sql.SparkSession.sql.html?highlight=sql#pyspark.sql.SparkSession.sql


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to