Commit 2f76bcd
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 9cbfad4 commit 2f76bcd
2 files changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
41 | 48 | | |
42 | 49 | | |
43 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4793 | 4793 | | |
4794 | 4794 | | |
4795 | 4795 | | |
| 4796 | + | |
| 4797 | + | |
| 4798 | + | |
| 4799 | + | |
| 4800 | + | |
| 4801 | + | |
| 4802 | + | |
4796 | 4803 | | |
4797 | 4804 | | |
4798 | 4805 | | |
| |||
0 commit comments