Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/11754#discussion_r71155613
  
    --- Diff: 
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLQuerySuite.scala 
---
    @@ -1776,4 +1776,33 @@ class SQLQuerySuite extends QueryTest with 
SQLTestUtils with TestHiveSingleton {
             |FROM (SELECT '{"f1": "value1", "f2": 12}' json, 'hello' as str) 
test
           """.stripMargin), Row("value1", "12", BigDecimal("3.14"), "hello"))
       }
    +
    +  test("multi-insert with lateral view") {
    --- End diff --
    
    at that time, we haven't had a clear plan to remove hive dependency, and 
`multi-insert` is considered as a hive only feature. Although the parse rule is 
in catalyst module, I thought we will separate it into hive module.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to