Skip to content

[TEST][VL] Reinclude "cast string to timestamp" test#10532

Merged
philo-he merged 7 commits into
apache:mainfrom
philo-he:re-include-test
Aug 27, 2025
Merged

[TEST][VL] Reinclude "cast string to timestamp" test#10532
philo-he merged 7 commits into
apache:mainfrom
philo-he:re-include-test

Conversation

@philo-he

@philo-he philo-he commented Aug 26, 2025

Copy link
Copy Markdown
Member

What changes are proposed in this pull request?

This PR reverts a3a6b39.

The root cause of the UT failure is that we removed the installation of the new tzdata after confirming that the old tzdata was compatible with Velox. However, the old tzdata does not work correctly for the following timezones: "Asia/Tehran" and "Iran". These timezones appear to be uncommon. This PR simply excludes these two timezones from the test.

Additionally, to enhance debuggability, this PR introduces a helper method to log error messages when using ThreadUtils.parmap for multi-threaded testing.

How was this patch tested?

The test passed.

@github-actions github-actions Bot added the CORE works for Gluten Core label Aug 26, 2025
@github-actions

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

1 similar comment
@github-actions

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

1 similar comment
@github-actions

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@philo-he philo-he marked this pull request as ready for review August 27, 2025 08:52
@philo-he

Copy link
Copy Markdown
Member Author

@zhouyuan, could you review this PR?

@zhouyuan zhouyuan left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks.

@philo-he philo-he merged commit af3082d into apache:main Aug 27, 2025
60 of 62 checks passed
@philo-he philo-he deleted the re-include-test branch August 27, 2025 09:06
zhouyuan pushed a commit to zhouyuan/gluten that referenced this pull request Aug 28, 2025
zhouyuan added a commit that referenced this pull request Aug 28, 2025
…10576)

* [VL][INFRA] Fix docker build error on Centos-7 (#10522)

* [TEST][VL] Reinclude "cast string to timestamp" test (#10532)

* [GLUTEN-10552][VL] Fix openEuler compiling issue  (#10564)

This patch adds a extra gcc flag -Wno-restrict to workaround the openeuler compiling issue

Velox did added this for gcc-12.2.1 however openeuler is using gcc-12.3.1
https://github.com/facebookincubator/velox/blob/main/CMakeLists.txt#L408

fixes: #10552

---------

Signed-off-by: Yuan <yuanzhou@apache.org>

---------

Signed-off-by: Yuan <yuanzhou@apache.org>
Co-authored-by: PHILO-HE <philo@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CORE works for Gluten Core

2 participants