Skip to content

Commit

Permalink
remove incorrect code
Browse files Browse the repository at this point in the history
  • Loading branch information
llama90 committed Jun 12, 2024
1 parent b4e8ef0 commit 76d62b8
Showing 1 changed file with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,25 +121,6 @@ public void testJdbcToArrowValues(Table table)
Calendar.getInstance(TimeZone.getTimeZone(table.getTimezone())))
.build()),
false);
testDataSets(
sqlToArrow(
conn.createStatement().executeQuery(table.getQuery()),
new RootAllocator(Integer.MAX_VALUE),
Calendar.getInstance(TimeZone.getTimeZone(table.getTimezone()))),
false);
testDataSets(
sqlToArrow(
conn.createStatement().executeQuery(table.getQuery()),
Calendar.getInstance(TimeZone.getTimeZone(table.getTimezone()))),
false);
testDataSets(
sqlToArrow(
conn.createStatement().executeQuery(table.getQuery()),
new JdbcToArrowConfigBuilder(
new RootAllocator(Integer.MAX_VALUE),
Calendar.getInstance(TimeZone.getTimeZone(table.getTimezone())))
.build()),
false);
testDataSets(
sqlToArrow(
conn,
Expand Down

0 comments on commit 76d62b8

Please sign in to comment.