Skip to content

Commit

Permalink
linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jduo committed Jan 26, 2024
1 parent 623eb18 commit 8959431
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ public AdbcDatabase open(Map<String, Object> parameters) throws AdbcException {
} else {
quirks = new SqlQuirks();
}
return new FlightSqlDatabase(
allocator,
location,
(SqlQuirks) quirks,
parameters);
return new FlightSqlDatabase(allocator, location, (SqlQuirks) quirks, parameters);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import org.apache.arrow.flight.FlightInfo;
import org.apache.arrow.flight.FlightRuntimeException;
import org.apache.arrow.flight.FlightStream;
import org.apache.arrow.flight.sql.FlightSqlClient;
import org.apache.arrow.flight.sql.impl.FlightSql;
import org.apache.arrow.memory.BufferAllocator;
import org.apache.arrow.util.AutoCloseables;
Expand Down

0 comments on commit 8959431

Please sign in to comment.