kimtkyeom commented on a change in pull request #27888: [SPARK-31116][SQL] 
Consider case sensitivity in ParquetRowConverter
URL: https://github.com/apache/spark/pull/27888#discussion_r391977821
 
 

 ##########
 File path: 
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetQuerySuite.scala
 ##########
 @@ -804,6 +804,162 @@ abstract class ParquetQuerySuite extends QueryTest with 
ParquetTest with SharedS
     }
   }
 
+  test("SPARK-31116: Select simple parquet columns correctly in case 
insensitive manner") {
 
 Review comment:
   Ok, I updated my PR and create jira issue. As other file formats (orc and 
json) also fail these test cases I omit to check these formats by now, just 
moved current test cases into FileBasedDataSourceSuite. I think it would be 
added when regression will be fixed

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to