You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/01/12 21:03:58 UTC

[GitHub] [arrow] jcralmeida commented on a change in pull request #11999: ARROW-15314: [C++][Java][FlightRPC] Add missing metadata on Arrow schemas returned by Flight SQL

jcralmeida commented on a change in pull request #11999:
URL: https://github.com/apache/arrow/pull/11999#discussion_r783442065



##########
File path: cpp/src/arrow/flight/sql/server_test.cc
##########
@@ -360,14 +363,26 @@ TEST_F(TestFlightSqlServer, TestCommandGetTablesWithIncludedSchemas) {
   std::shared_ptr<Table> table;
   ASSERT_OK(stream->ReadAll(&table));
 
+  const char* db_table_name = "intTable";

Review comment:
       No problem, I will fix it 




-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org