File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
flight/flight-sql-jdbc-core/src/test/java/org/apache/arrow/driver/jdbc Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1616 */
1717package org .apache .arrow .driver .jdbc ;
1818
19- import static org .junit .jupiter .api .Assertions .assertFalse ;
2019import static org .junit .jupiter .api .Assertions .assertEquals ;
2120import static org .junit .jupiter .api .Assertions .assertFalse ;
2221import static org .junit .jupiter .api .Assertions .assertNotNull ;
2928import java .sql .Driver ;
3029import java .sql .DriverManager ;
3130import java .sql .SQLException ;
32- import java .util .Map ;
3331import java .sql .Statement ;
32+ import java .util .Map ;
3433import java .util .Properties ;
3534import org .apache .arrow .driver .jdbc .authentication .UserPasswordAuthentication ;
3635import org .apache .arrow .driver .jdbc .client .ArrowFlightSqlClientHandler ;
You can’t perform that action at this time.
0 commit comments