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

[FLINK-35318][table-planner] use UTC timezone to handle TIMESTAMP_WITHOUT_TIME_ZONE type in RexNodeToExpressionConverter #24787

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lshangq
Copy link

@lshangq lshangq commented May 15, 2024

RexNodeToExpressionConverter#visitLiteral should not convert the literal to UTC using specified timezone again since this has been done before at the SQL to Rel phase.

…E_ZONE type in RexNodeToExpressionConverter
@flinkbot
Copy link
Collaborator

flinkbot commented May 15, 2024

CI report:

Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

@lshangq lshangq changed the title [FLINK-35318][table] use UTC timezone to handle TIMESTAMP_WITHOUT_TIM… [FLINK-35318][table] use UTC timezone to handle TIMESTAMP_WITHOUT_TIME_ZONE type in RexNodeToExpressionConverter May 15, 2024
@lshangq lshangq changed the title [FLINK-35318][table] use UTC timezone to handle TIMESTAMP_WITHOUT_TIME_ZONE type in RexNodeToExpressionConverter [FLINK-35318][table-planner] use UTC timezone to handle TIMESTAMP_WITHOUT_TIME_ZONE type in RexNodeToExpressionConverter May 15, 2024
@LadyForest LadyForest self-requested a review May 21, 2024 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants