Skip to content
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

Merged
merged 58 commits into from
Sep 24, 2024

Conversation

Feng-Jiang28
Copy link
Contributor

@Feng-Jiang28 Feng-Jiang28 commented Aug 20, 2024

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:

  1. RapidsParquetAvroCompatibilitySuite
  2. RapidsParquetColumnIndexSuite
  3. RapidsParquetCompressionCodecPrecedenceSuite
  4. RapidsParquetDeltaByteArrayEncodingSuite
  5. RapidsParquetDeltaEncodingInteger
  6. RapidsParquetDeltaEncodingLong
  7. RapidsParquetDeltaLengthByteArrayEncodingSuite
  8. RapidsParquetFieldIdIOSuite
  9. RapidsParquetFieldIdSchemaSuite
  10. RapidsParquetFileFormatSuite
  11. RapidsParquetInteroperabilitySuite
  12. RapidsParquetProtobufCompatibilitySuite
  13. RapidsParquetPartitionDiscoverySuite
  14. RapidsParquetQuerySuite
  15. RapidsParquetRebaseDatetimeSuite
  16. RapidsParquetSchemaPruningSuite
  17. RapidsParquetSchemaSuite
  18. RapidsParquetThriftCompatibilitySuite
  19. RapidsParquetVectorizedSuite

V1 and V2 versions of the data source API related suites were not enabled or put in the tests.

@Feng-Jiang28 Feng-Jiang28 added ? - Needs Triage Need team to review and classify test Only impacts tests and removed ? - Needs Triage Need team to review and classify labels Aug 20, 2024
@Feng-Jiang28 Feng-Jiang28 marked this pull request as draft August 20, 2024 12:00
Signed-off-by: fejiang <[email protected]>
tests/pom.xml Outdated Show resolved Hide resolved
tests/pom.xml Show resolved Hide resolved
@Feng-Jiang28 Feng-Jiang28 changed the title PR for enabling parquet suites [WIP]PR for enabling parquet suites Aug 21, 2024
fejiang and others added 6 commits August 21, 2024 09:43
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]>
@Feng-Jiang28
Copy link
Contributor Author

build

@Feng-Jiang28
Copy link
Contributor Author

build

@Feng-Jiang28
Copy link
Contributor Author

build

1 similar comment
@Feng-Jiang28
Copy link
Contributor Author

build

Copy link
Collaborator

@thirtiseven thirtiseven left a 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?

@Feng-Jiang28 Feng-Jiang28 changed the title [WIP]PR for enabling parquet suites PR for enabling parquet suites Sep 19, 2024
@Feng-Jiang28 Feng-Jiang28 marked this pull request as ready for review September 19, 2024 02:15
@Feng-Jiang28
Copy link
Contributor Author

build

<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-avro</artifactId>
<version>1.12.2</version>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use variable substitution?

@Feng-Jiang28
Copy link
Contributor Author

build

1 similar comment
@Feng-Jiang28
Copy link
Contributor Author

build

@thirtiseven thirtiseven changed the title PR for enabling parquet suites Enable parquet suites from Spark UT Sep 24, 2024
Copy link
Collaborator

@thirtiseven thirtiseven left a 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

@Feng-Jiang28 Feng-Jiang28 merged commit a34f33e into NVIDIA:branch-24.10 Sep 24, 2024
44 of 45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Only impacts tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants