lokeshj1703 commented on code in PR #12732:
URL: https://github.com/apache/hudi/pull/12732#discussion_r1933854422


##########
hudi-spark-datasource/hudi-spark3.5.x/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/Spark35ParquetReader.scala:
##########
@@ -91,6 +93,7 @@ class Spark35ParquetReader(enableVectorizedReader: Boolean,
     val filePath = file.toPath
     val split = new FileSplit(filePath, file.start, file.length, 
Array.empty[String])
 
+    requiredSchema.add(ParquetFileFormat.ROW_INDEX_TEMPORARY_COLUMN_NAME, 
LongType, nullable = true)

Review Comment:
   Should not be required for this change



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