We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc9cee1 commit 1e93a22Copy full SHA for 1e93a22
1 file changed
src/server/flightsql/service.rs
@@ -229,7 +229,6 @@ impl FlightSqlService for FlightSqlServiceImpl {
229
let start = Timestamp::now();
230
let request_id = uuid::Uuid::new_v4();
231
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();
233
let res = self
234
.get_flight_info_statement_handler(query, request_id, request)
235
.await;
0 commit comments