ajithme opened a new pull request #25448: [SPARK-28697] Invalidate names 
starting with _ to avoid unexpected behaviour
URL: https://github.com/apache/spark/pull/25448
 
 
   ## What changes were proposed in this pull request?
   
   I think we should disallow if a identifier starts with _ for create database 
and create table
   Partially we can see its effect in SPARK-28697 where as the table name 
starts with _ (like _sampleTable) , the FileFormat assumes it to be a hidden 
folder and do not list it which causes unusual behavior
   
   ## How was this patch tested?
   
   Avoiding creating tables and databases with names starting from underscore. 
Added test case for same

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to