Skip to content

Commit

Permalink
5
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyiZzz committed Oct 30, 2023
1 parent 4eb341e commit 02bcbe3
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,10 @@ public FlightInfo getFlightInfoStatement(final CommandStatementQuery request, fi
TicketStatementQuery ticketStatement = TicketStatementQuery.newBuilder()
.setStatementHandle(handle).build();
return getFlightInfoForSchema(ticketStatement, descriptor,
jdbcToArrowSchema(flightSqlChannel.getResultSet(DebugUtil.printId(connectContext.queryId()))
.getResultSet()
.getMetaData(), DEFAULT_CALENDAR));
JdbcToArrowUtils.jdbcToArrowSchema(
flightSqlChannel.getResultSet(DebugUtil.printId(connectContext.queryId()))
.getResultSet()
.getMetaData(), DEFAULT_CALENDAR));
} else {
final ByteString handle = ByteString.copyFromUtf8(
DebugUtil.printId(connectContext.getFinstId()) + ":" + query);
Expand Down

0 comments on commit 02bcbe3

Please sign in to comment.