HaoXuAI opened a new issue, #1801:
URL: https://github.com/apache/arrow-adbc/issues/1801

   ### What feature or improvement would you like to see?
   
   Similar to JDBC, something like:
   ```
   jdbcDF = spark.read \
       .format("adbc") \
       .option("url", "adbc:postgresql") \
       .option("dbtable", "schema.tablename") \
       .option("user", "username") \
       .option("password", "password") \
       .load()
   ```
   That way help to leverage ADBC in Spark compute environment.


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to