davisusanibar commented on code in PR #12941:
URL: https://github.com/apache/arrow/pull/12941#discussion_r855528794
##########
java/flight/flight-sql/src/main/java/org/apache/arrow/flight/sql/FlightSqlClient.java:
##########
@@ -346,7 +345,7 @@ public FlightInfo getExportedKeys(final TableRef tableRef,
final CallOption... o
}
Objects.requireNonNull(tableRef.getTable());
- builder.setTable(tableRef.getTable()).build();
Review Comment:
If I change to `Any command =
Any.pack(builder.setTable(tableRef.getTable()).build());` it is working but I
don't know what Any.pack is doing behind the scenes or if it is ok to use that
instead of `initialize`method?
--
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]