Github user kevinyu98 commented on the issue:

    https://github.com/apache/spark/pull/20611
  
    @sujith71955 Can you run this test case with your code? 
    create a file on your local machine (for example, text1.txt) with some data
    then run these two LOAD DATA commands in your spark-sql, did you get the 
same result?
    `load data inpath 'your file path/t?xt1.txt' into table foo1;` 
    `load data inpath 'your file path/?xt1.txt' into table foo1;`
    
    I think the first one will fail, and 2nd one will success, check whether 
the data is loaded or not. 
    
    I have [#21285](https://github.com/apache/spark/pull/21285) and try to fix 
this problem, if SPARK allow wildcard for LOAD DATA's path, I will close my pr. 


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to