Open thirtiseven opened 4 months ago
Need to test with Parquet and ORC to make sure the issue does not exist with those data sources.
test with Parquet and ORC to make sure the issue does not exist with those data sources.
Verified by testing that Parquet and Orc does not exist this issue.
Describe the bug
https://github.com/apache/spark/pull/29659 fixed an issue with the CSV and JSON data sources in Spark SQL when both of the following are true:
], {
}, * etc.It makes Spark UT
SPARK-32810: JSON data source should be able to read files with escaped glob metacharacter in the paths
failed in plugin.Steps/Code to reproduce bug
Expected behavior Read files with escaped glob meta characters successfully.