Commit d74d5e8
[Minor][SQL] Use same function to check path parameter in JSONRelation
Author: Liang-Chi Hsieh <[email protected]>
Closes #4649 from viirya/use_checkpath and squashes the following commits:
0f9a1a1 [Liang-Chi Hsieh] Use same function to check path parameter.
(cherry picked from commit ac506b7)
Signed-off-by: Michael Armbrust <[email protected]>1 parent 62063b7 commit d74d5e8
File tree
2 files changed
+3
-3
lines changed- sql
- core/src/main/scala/org/apache/spark/sql/json
- hive/src/test/scala/org/apache/spark/sql/hive
2 files changed
+3
-3
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
550 | | - | |
| 550 | + | |
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
| |||
0 commit comments