[jira] [Commented] (SPARK-28696) create database _; allowing in Spark but Hive throws Parse Exception

2019-08-13 Thread Ajith S (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-28696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16906881#comment-16906881 ] Ajith S commented on SPARK-28696: - [~hyukjin.kwon] okay, should we disallow tables names starting with _

[jira] [Commented] (SPARK-28696) create database _; allowing in Spark but Hive throws Parse Exception

2019-08-13 Thread Hyukjin Kwon (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-28696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16905855#comment-16905855 ] Hyukjin Kwon commented on SPARK-28696: -- Hm .. do we need to support such corner cases too? If this

[jira] [Commented] (SPARK-28696) create database _; allowing in Spark but Hive throws Parse Exception

2019-08-12 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-28696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16905646#comment-16905646 ] Dongjoon Hyun commented on SPARK-28696: --- We may need to find a way to resolve SPARK-28697 with

[jira] [Commented] (SPARK-28696) create database _; allowing in Spark but Hive throws Parse Exception

2019-08-12 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-28696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16905642#comment-16905642 ] Dongjoon Hyun commented on SPARK-28696: --- Oops. Wait a minute. We should allow this in Apache Spark

[jira] [Commented] (SPARK-28696) create database _; allowing in Spark but Hive throws Parse Exception

2019-08-12 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-28696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16905638#comment-16905638 ] Dongjoon Hyun commented on SPARK-28696: --- +1 for [~cloud_fan]'s comment. > create database _;

[jira] [Commented] (SPARK-28696) create database _; allowing in Spark but Hive throws Parse Exception

2019-08-12 Thread Wenchen Fan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-28696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16905311#comment-16905311 ] Wenchen Fan commented on SPARK-28696: - Good catch! I think we should update

[jira] [Commented] (SPARK-28696) create database _; allowing in Spark but Hive throws Parse Exception

2019-08-12 Thread Ajith S (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-28696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16905196#comment-16905196 ] Ajith S commented on SPARK-28696: - I think we should disallow if a identifier starts with _ for create

[jira] [Commented] (SPARK-28696) create database _; allowing in Spark but Hive throws Parse Exception

2019-08-12 Thread ABHISHEK KUMAR GUPTA (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-28696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16905175#comment-16905175 ] ABHISHEK KUMAR GUPTA commented on SPARK-28696: -- In hive creating database _a not allowed

[jira] [Commented] (SPARK-28696) create database _; allowing in Spark but Hive throws Parse Exception

2019-08-12 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-28696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16905162#comment-16905162 ] Sean Owen commented on SPARK-28696: --- [~cloud_fan] may be a better contact. I guess Hive compatibility

[jira] [Commented] (SPARK-28696) create database _; allowing in Spark but Hive throws Parse Exception

2019-08-12 Thread Ajith S (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-28696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16905127#comment-16905127 ] Ajith S commented on SPARK-28696: - Thanks for reporting. I can see this due to