Skip to content

Commit 1e93a22

Browse files
Cleanup
1 parent fc9cee1 commit 1e93a22

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/server/flightsql/service.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ impl FlightSqlService for FlightSqlServiceImpl {
229229
let start = Timestamp::now();
230230
let request_id = uuid::Uuid::new_v4();
231231
let query = "SELECT DISTINCT table_catalog FROM information_schema.tables".to_string();
232-
// let query = "SELECT DISTINCT table_catalog FROM information_schema.tables;".to_string();
233232
let res = self
234233
.get_flight_info_statement_handler(query, request_id, request)
235234
.await;

0 commit comments

Comments
 (0)