Re: [I] Add Flight JDBC Connection String example [arrow-flight-sql-postgresql]

2025-07-10 Thread via GitHub
kou commented on issue #190: URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/190#issuecomment-3060748597 No. It seems that we can change it by the `POSTGRES_HOST_AUTH_METHOD` environment variable: https://hub.docker.com/_/postgres#postgres_host_auth_method Could yo

Re: [I] Add Flight JDBC Connection String example [arrow-flight-sql-postgresql]

2025-07-10 Thread via GitHub
edmondop commented on issue #190: URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/190#issuecomment-3058732189 Bumping this @kou , do you think we should change the docker image to automatically disable SCRAM auth? -- This is an automated message from the Apache Git Serv

Re: [I] Add Flight JDBC Connection String example [arrow-flight-sql-postgresql]

2024-09-13 Thread via GitHub
kou commented on issue #190: URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/190#issuecomment-2350138705 Right. It's a server side configuration. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [I] Add Flight JDBC Connection String example [arrow-flight-sql-postgresql]

2024-09-13 Thread via GitHub
edmondop commented on issue #190: URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/190#issuecomment-2349045027 Thanks, this is not something I can disable at client level right? -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [I] Add Flight JDBC Connection String example [arrow-flight-sql-postgresql]

2024-09-12 Thread via GitHub
kou commented on issue #190: URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/190#issuecomment-2347908761 OK. Could you change the last `host all all all scram-sha-256` line in `/var/lib/postgresql/data/pg_hba.conf` to `host all all all plain`? Apache Arrow Flight SQL ad

Re: [I] Add Flight JDBC Connection String example [arrow-flight-sql-postgresql]

2024-09-12 Thread via GitHub
edmondop commented on issue #190: URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/190#issuecomment-2347018396 Thank you, now I get a connection error `UNAUTHENTICATED: Invalid: SCRAM auth method isn't supported yet. Detail: Unauthenticated` if i use enableEnc

Re: [I] Add Flight JDBC Connection String example [arrow-flight-sql-postgresql]

2024-09-12 Thread via GitHub
kou commented on issue #190: URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/190#issuecomment-2345444803 Thanks. I found a problem in "ghcr.io/apache/arrow-flight-sql-postgresql:main-bookworm-15": https://github.com/apache/arrow-flight-sql-postgresql/issues/191

Re: [I] Add Flight JDBC Connection String example [arrow-flight-sql-postgresql]

2024-09-09 Thread via GitHub
edmondop commented on issue #190: URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/190#issuecomment-2338028188 Sure, the table is minimal I was really only trying to get the connector to work ```sql CREATE TABLE people ( phone_number VARCHAR(255) );

Re: [I] Add Flight JDBC Connection String example [arrow-flight-sql-postgresql]

2024-09-08 Thread via GitHub
kou commented on issue #190: URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/190#issuecomment-2336871060 Thanks. Could you also provide `init.sql`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] Add Flight JDBC Connection String example [arrow-flight-sql-postgresql]

2024-09-06 Thread via GitHub
kou commented on issue #190: URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/190#issuecomment-2334831360 Could you provide your `docker-compose.yml`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [I] Add Flight JDBC Connection String example [arrow-flight-sql-postgresql]

2024-09-06 Thread via GitHub
edmondop commented on issue #190: URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/190#issuecomment-2334039161 > `-flight-sql-database=`? I tried that, doesn't make a difference. It looks like a problem with networking. I need to figure out why -- This is an autom

Re: [I] Add Flight JDBC Connection String example [arrow-flight-sql-postgresql]

2024-09-05 Thread via GitHub
kou commented on issue #190: URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/190#issuecomment-2332984323 Could you share PostgreSQL log on the error? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [I] Add Flight JDBC Connection String example [arrow-flight-sql-postgresql]

2024-09-05 Thread via GitHub
edmondop commented on issue #190: URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/190#issuecomment-2332693689 I figured it out reading carefully the logs that there was a previous problem that was hiding the real problem. ``` postgres-1 | postgres-1 | 2024-0

Re: [I] Add Flight JDBC Connection String example [arrow-flight-sql-postgresql]

2024-09-04 Thread via GitHub
kou commented on issue #190: URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/190#issuecomment-2330458009 Could you try `jdbc:arrow-flight-sql://localhost:15432/?username=postgres&password=mypassword&useEncryption=0&x-flight-sql-database=mydb`? -- This is an automated me

Re: [I] Add Flight JDBC Connection String example [arrow-flight-sql-postgresql]

2024-09-03 Thread via GitHub
kou commented on issue #190: URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/190#issuecomment-2327947750 Could you try `jdbc:arrow-flight-sql://localhost:15432/?username=${USER_NAME}&password=${PASSWORD}&useEncryption=1`? @lidavidm Can we specify `x-flight-sql-datab