lidavidm commented on PR #3623: URL: https://github.com/apache/arrow-adbc/pull/3623#issuecomment-5137079759
> > I think one followup is that we need a way to do this for ReadPartition too > > Without judgement, is there any connector (other than Flight) which supports `AdbcStatementExecutePartition` today? Yeah, it's not well supported. In theory I believe Snowflake & BigQuery could also support it. > Should it be that AdbcStatementExecutePartition takes the requested schema for the statement into account rather than the connection executing the partition? (I suppose I don't see any restriction that partitions share a schema) I think this would be fine, I guess it would be less flexible but that may not matter. Presumably the driver would just serialize the schema into the partition. -- 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]
