Yaohua628 commented on PR #38777: URL: https://github.com/apache/spark/pull/38777#issuecomment-1332079823
@HeartSaVioR @ala some tests in `FileMetadataStructRowIndexSuite` are failed complaining: ``` java.io.IOException: Required column is missing in data file. Col: [_tmp_metadata_row_index] [info] at org.apache.spark.sql.execution.datasources.parquet.VectorizedParquetRecordReader.checkColumn(VectorizedParquetRecordReader.java:375) [info] at org.apache.spark.sql.execution.datasources.parquet.VectorizedParquetRecordReader.initializeInternal(VectorizedParquetRecordReader.java:349) [info] at org.apache.spark.sql.execution.datasources.parquet.VectorizedParquetRecordReader.initialize(VectorizedParquetRecordReader.java:181) ``` I had a fix [here](https://github.com/apache/spark/pull/38777/commits/0f98dd97a3c84a10be6fd7f75468e5d62f17fe82) to resolve failures (basically: keep the internal `_tmp_metadata_row_index` nullable, but `_metadata.row_index` is still not null). I don't fully understand what happened internally, could you take a look? Thanks! -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
