wangyum commented on pull request #30517: URL: https://github.com/apache/spark/pull/30517#issuecomment-738576908
Failed test cases since upgrade Parquet to 1.11.1 @viirya : ``` - Spark vectorized reader - with partition data column - select a single complex field array and its parent struct array *** FAILED *** - Non-vectorized reader - with partition data column - select a single complex field array and its parent struct array *** FAILED *** - Spark vectorized reader - with partition data column - select a single complex field from a map entry and its parent map entry *** FAILED *** - Non-vectorized reader - with partition data column - select a single complex field from a map entry and its parent map entry *** FAILED *** - Spark vectorized reader - with partition data column - partial schema intersection - select missing subfield *** FAILED *** - Non-vectorized reader - with partition data column - partial schema intersection - select missing subfield *** FAILED *** - Spark vectorized reader - with partition data column - no unnecessary schema pruning *** FAILED *** - Non-vectorized reader - with partition data column - no unnecessary schema pruning *** FAILED *** - Spark vectorized reader - with partition data column - empty schema intersection *** FAILED *** - Non-vectorized reader - with partition data column - empty schema intersection *** FAILED *** - Spark vectorized reader - with partition data column - select a single complex field and in where clause *** FAILED *** - Non-vectorized reader - with partition data column - select a single complex field and in where clause *** FAILED *** - Spark vectorized reader - with partition data column - select nullable complex field and having is not null predicate *** FAILED *** - Non-vectorized reader - with partition data column - select nullable complex field and having is not null predicate *** FAILED *** - sql => parquet: map - non-standard *** FAILED *** - sql => parquet: map - group type key *** FAILED *** - sql => parquet: deeply nested type - non-standard *** FAILED *** - sql => parquet: Backwards-compatibility: MAP with non-nullable value type - 2 - prior to 1.4.x *** FAILED *** - sql => parquet: Backwards-compatibility: MAP with nullable value type - 3 - prior to 1.4.x *** FAILED *** - DataFrame reuse *** FAILED *** *** 20 TESTS FAILED *** ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
