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-7823] Revert "read data from orc file format - ignore reading except date32" #7917

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
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 @@ -1038,13 +1038,12 @@ class GlutenClickHouseExcelFormatSuite
)
}

test("read data from orc file format - except date32") {
test("read data from orc file format") {
val filePath = s"$orcDataPath/all_data_types_with_non_primitive_type.snappy.orc"
val orcFileFormat = "orc"
val sql =
s"""
| select string_field, int_field, long_field, float_field, double_field, short_field,
| byte_field, boolean_field, decimal_field
| select *
| from $orcFileFormat.`$filePath`
| where long_field > 30
|""".stripMargin
Expand Down
2 changes: 1 addition & 1 deletion cpp-ch/clickhouse.version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CH_ORG=Kyligence
CH_BRANCH=rebase_ch/20241111
CH_COMMIT=c988219798d
CH_COMMIT=06ffc32a255
Loading