alinaliBQ opened a new issue, #50828: URL: https://github.com/apache/arrow/issues/50828
### Describe the enhancement requested There is a gap that 2 tests are missing from the original implementation: - `TEST_F(ConnectionInfoRemoteTest, TestSQLGetInfoCreateTable)` for `SQL_CREATE_TABLE` - `TEST_F(ConnectionInfoRemoteTest, TestSQLGetInfoCreateSchema)` for `SQL_CREATE_SCHEMA` Theoretically these tests should also return `0` to signal table and schema DDL is not supported in Dremio instance. It also explains why we were only seeing inconsistencies in `SQL_DROP_TABLE` and `SQL_DROP_SCHEMA` in https://github.com/apache/arrow/issues/49482. ### Component(s) C++, FlightRPC -- 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]
