Skip to content

Commit 0519d5a

Browse files
committed
Ignore path option passed by Spark
Apache Spark passes the `path` option when a SELECT on a JDBC DataSource table is performed. It is the internal Spark option and is likely passed by mistake, so we need to ignore it to allow the connection to be established. Testing: new test added that checks that the `path` option is ognored. Fixes: duckdb#55
1 parent db5bac6 commit 0519d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jobs:
275275
276276
jdbc-compliance:
277277
name: JDBC Compliance
278-
runs-on: ubuntu-20.04
278+
runs-on: ubuntu-latest
279279
if: ${{ inputs.skip_tests != 'true' }}
280280
needs: java-linux-amd64
281281
container: quay.io/pypa/manylinux_2_28_x86_64

0 commit comments

Comments
 (0)