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

[GLUTEN-2684][CORE][HOTFIX]: disable Spark-36726 parquet reading tests temporarily on Spark 3.3 #2674

Merged
merged 1 commit into from
Aug 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,7 @@ class VeloxTestSettings extends BackendTestSettings {
.exclude("vectorized reader: required array with required elements")
.exclude("vectorized reader: required array with optional elements")
.exclude("vectorized reader: required array with legacy format")
.exclude("SPARK-36726: test incorrect Parquet row group file offset")
enableSuite[GlutenParquetV1PartitionDiscoverySuite]
// Timezone is not supported yet.
.exclude("Resolve type conflicts - decimals, dates and timestamps in partition column")
Expand Down