MaxGekk commented on code in PR #50428:
URL: https://github.com/apache/spark/pull/50428#discussion_r2015780052
##
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFileFormatSuite.scala:
##
@@ -129,6 +131,20 @@ abstract class ParquetFileFormatSuit
MaxGekk commented on code in PR #50428:
URL: https://github.com/apache/spark/pull/50428#discussion_r2015780052
##
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFileFormatSuite.scala:
##
@@ -129,6 +131,20 @@ abstract class ParquetFileFormatSuit
MaxGekk opened a new pull request, #50428:
URL: https://github.com/apache/spark/pull/50428
### What changes were proposed in this pull request?
### Why are the changes needed?
### Does this PR introduce _any_ user-facing change?
### How was