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


##########
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:
   > When parquet real schema is (day,user),but user selected schema is 
(dAy,UseR)
   
   Why there is discrepency for the field case-sensitivity or why the schema 
specified by the user is inconsistent with the table schema definition?



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