Commit 0519d5a
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#551 parent db5bac6 commit 0519d5a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| |||
0 commit comments