[GitHub] [spark] wangyum commented on a change in pull request #32675: [SPARK-35531][SQL] Can not insert into hive bucket table if create table with upper case schema

2021-05-27 Thread GitBox
wangyum commented on a change in pull request #32675: URL: https://github.com/apache/spark/pull/32675#discussion_r641220605 ## File path: sql/hive/src/test/scala/org/apache/spark/sql/hive/InsertSuite.scala ## @@ -870,4 +871,68 @@ class InsertSuite extends QueryTest with

[GitHub] [spark] wangyum commented on a change in pull request #32675: [SPARK-35531][SQL] Can not insert into hive bucket table if create table with upper case schema

2021-05-27 Thread GitBox
wangyum commented on a change in pull request #32675: URL: https://github.com/apache/spark/pull/32675#discussion_r641220214 ## File path: sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClientImpl.scala ## @@ -1092,14 +1092,28 @@ private[hive] object