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


##########
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:
   Here set true would not cause problem,but when user table schema like 
(day,Day) and user did not want case-insensetive would not fit the requirement. 
This logic had handled in ParquetColumnarRowSplitReader##clipParquetSchema both 
for true or false,but not all called method set true fix,so I thought it should 
be configurable better. @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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to