AbhishekNew commented on issue #25522: [SPARK-28787][DOC][SQL]Document LOAD 
DATA statement in SQL Reference
URL: https://github.com/apache/spark/pull/25522#issuecomment-529773096
 
 
   load data should have limitation also because when user gives as below
   load data local inpath '/opt/abhi/test/_typeddate.txt' into table wild1; 
   command is success but data will not be loaded in table because Hadoop treat 
this as Hidden File.
   load from local or hdfs same behavior.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to