xuzifu666 commented on code in PR #11040:
URL: https://github.com/apache/hudi/pull/11040#discussion_r1569824114


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/table/format/cow/CopyOnWriteInputFormat.java:
##########
@@ -130,7 +133,7 @@ public void open(FileInputSplit fileSplit) throws 
IOException {
     this.itr = RecordIterators.getParquetRecordIterator(
         internalSchemaManager,
         utcTimestamp,
-        true,
+        caseSensetive,

Review Comment:
   For example,this could be used in unify sql engine open source or develop 
self by some business,could improve user sql such as unify casesensitivie or 
standard sql,this is a potential requirement. @danny0405 



-- 
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]

Reply via email to