CurtHagenlocher opened a new issue, #1254: URL: https://github.com/apache/arrow-adbc/issues/1254
Implement AdbcExecuteSchema for the Snowflake driver. The complications here are that 1) ExecuteQuery uses QueryArrowStream, which doesn't support a context value that includes DescribeOnly 2) QueryContext does support DescribeOnly but doesn't return something which lets us get to an execResponseRowType, which would be the most useful thing to produce the schema of the response. 3) It's possible to get a RowsColumnTypeDatabaseTypeName, RowsColumnTypePrecisionScale, etc. from the SnowflakeRows but there doesn't seem to be a way to get a Location that way -- which means that there's no correct way to construct a timestamp_ltz type. -- 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]
