mbutrovich commented on PR #1724: URL: https://github.com/apache/datafusion-comet/pull/1724#issuecomment-2873162728
> I believe the schema we get at planning time will have the temporary name to indicate that this is the column where the row index should be populated. When I looked into the schema in `CometScanRule` while running ParquetRowIndexSuite I didn't see anything that could be uniquely identified as the row index column: ``` StructType(StructField(id,LongType,true),StructField(dummy_col,IntegerType,true),StructField(expected_rowIdx_col,IntegerType,true)) ``` -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org