ruowan opened a new issue, #1454:
URL: https://github.com/apache/arrow-adbc/issues/1454
The SHOW TABLES is the basic functionality for driver to list the table
information of database or schema.
Query: SHOW TABLES
```
Message:
Apache.Arrow.Adbc.AdbcException : [Snowflake] arrow/ipc: could not read
message schema: arrow/ipc: could not read message metadata: unexpected EOF
Stack Trace:
CallHelper.TranslateCode(AdbcStatusCode statusCode) line 794
CallHelper.Call(IntPtr fn, CAdbcStatement& nativeStatement,
CArrowArrayStream* arrowStream, Int64& nRows) line 616
AdbcStatementNative.ExecuteQuery() line 312
AdbcCommand.ExecuteQuery() line 144
AdbcCommand.ExecuteReader(CommandBehavior behavior) line 176
AdbcCommand.ExecuteReader() line 160
ClientTests.CanClientExecuteQuery(AdbcConnection adbcConnection,
TestConfiguration testConfiguration) line 107
ClientTests.CanClientExecuteQueryWithNoResults() line 141
```
--
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]