-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable parquet suites from Spark UT #11366
Enable parquet suites from Spark UT #11366
Conversation
Signed-off-by: fejiang <[email protected]>
Signed-off-by: fejiang <[email protected]>
Signed-off-by: fejiang <[email protected]>
Signed-off-by: fejiang <[email protected]>
Signed-off-by: fejiang <[email protected]>
Signed-off-by: fejiang <[email protected]>
Signed-off-by: fejiang <[email protected]>
Signed-off-by: fejiang <[email protected]>
Signed-off-by: fejiang <[email protected]>
Signed-off-by: fejiang <[email protected]>
Signed-off-by: fejiang <[email protected]>
Signed-off-by: fejiang <[email protected]>
Signed-off-by: fejiang <[email protected]>
Signed-off-by: fejiang <[email protected]>
Signed-off-by: fejiang <[email protected]>
Signed-off-by: fejiang <[email protected]>
build |
Signed-off-by: fejiang <[email protected]>
build |
build |
1 similar comment
build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are output4.parquet
and .output4.parquet.crc
added on purpose?
.../spark330/scala/org/apache/spark/sql/rapids/suites/RapidsParquetAvroCompatibilitySuite.scala
Show resolved
Hide resolved
Signed-off-by: fejiang <[email protected]>
Signed-off-by: fejiang <[email protected]>
build |
scala2.13/tests/pom.xml
Outdated
<dependency> | ||
<groupId>org.apache.parquet</groupId> | ||
<artifactId>parquet-avro</artifactId> | ||
<version>1.12.2</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use variable substitution?
...c/test/spark330/scala/org/apache/spark/sql/rapids/suites/RapidsParquetColumnIndexSuite.scala
Outdated
Show resolved
Hide resolved
Signed-off-by: fejiang <[email protected]>
build |
1 similar comment
build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but not a pom change expert
This pr is for enabling parquet suites for UT framework. I used some Gluten test cases in the suite as the UT frame used to.
Besides that, there are more suites and Gluten doesn't cover and Spark 3.3.0 has.
Enabled suites include:
V1 and V2 versions of the data source API related suites were not enabled or put in the tests.