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


##########
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:
   > but when user table schema like (day,Day) and user did not want 
case-insensetive would not fit the requirement
   
   Are you saying user needs the field names to be case sensitive?



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