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

[CH] The time zone is error when using the timestamp type as the partition column #8093

Open
zzcclp opened this issue Nov 29, 2024 · 0 comments
Labels
bug Something isn't working triage

Comments

@zzcclp
Copy link
Contributor

zzcclp commented Nov 29, 2024

Backend

CH (ClickHouse)

Bug description

The time zone is error when using the timestamp type as the partition column:

create table part_by_timestamp (
  p timestamp
) using parquet
partitioned by (p);
insert into table part_by_timestamp
values (TIMESTAMP '2022-01-01 00:01:20');
!== Correct Answer - 1 ==   == Gluten Answer - 1 ==
 struct<>                   struct<>
![2022-01-01 00:01:20.0]    [2022-01-01 08:01:20.0]

Spark version

None

Spark configurations

No response

System information

No response

Relevant logs

No response

@zzcclp zzcclp added bug Something isn't working triage labels Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

1 participant