dongkelun commented on a change in pull request #3700:
URL: https://github.com/apache/hudi/pull/3700#discussion_r735350549
##########
File path:
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestMergeIntoTable2.scala
##########
@@ -317,6 +317,25 @@ class TestMergeIntoTable2 extends TestHoodieSqlBase {
Seq(3, "a3", 102.0, 1000, "2021-05-05"),
Seq(4, "a4", 100.0, 1000, "2021-05-06")
)
+
+ // Test ignoring case when column name matches
+ spark.sql(
Review comment:
Yes, I want to solve it in another pr
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]