Skip to content

Commit ff0adac

Browse files
committed
chore: update some comments
1 parent 743f383 commit ff0adac

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

datafusion-postgres-cli/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
199199
let session_config = SessionConfig::new().with_information_schema(true);
200200
let session_context = SessionContext::new_with_config(session_config);
201201

202+
// TODO: remove or replace AuthManager for pg_catalog
202203
let auth_manager = Arc::new(AuthManager::new());
203204
setup_session_context(&session_context, &opts, Arc::clone(&auth_manager)).await?;
204205

datafusion-postgres/src/handlers.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ use arrow_pg::datatypes::{arrow_schema_to_pg_fields, into_pg_type};
3131
use datafusion_pg_catalog::sql::PostgresCompatibilityParser;
3232

3333
/// Simple startup handler that does no authentication
34-
/// For production, use DfAuthSource with proper pgwire authentication handlers
3534
pub struct SimpleStartupHandler;
3635

3736
#[async_trait::async_trait]

0 commit comments

Comments
 (0)