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

   ### What would you like help with?
   
   Hi,
   
   Can python adbc driver modify `grpc.max_receive_message_length`? I created a 
connection and got an error when reading.
   
   ```
   conn = flight_sql.connect(uri=grpc://xxx:xxx, db_kwargs={
                   adbc_driver_manager.DatabaseOptions.USERNAME.value: "root",
                   adbc_driver_manager.DatabaseOptions.PASSWORD.value: "",
                   })
   cursor = conn.cursor()
   cursor.execute("xxxx")
   df = cursor.fetchallarrow()
   
   INTERNAL: [FlightSQL] grpc: received message larger than max (20748753 vs. 
16777216)
   ```
   
   I saw that using pyarrow to connect flight server can modify the grpc 
options. 
https://github.com/apache/arrow/blob/main/python/pyarrow/tests/test_flight.py#L2070
   
   Thanks~


-- 
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