Skip to content

Fix wrong return value of timestamp column if the timestamp value is 1970-01-01 and the timezone offset is negative (#1577)#1602

Merged
ti-srebot merged 3 commits into
pingcap:release-5.0from
ti-srebot:release-5.0-be6ccc9bf61d
Mar 22, 2021
Merged

Fix wrong return value of timestamp column if the timestamp value is 1970-01-01 and the timezone offset is negative (#1577)#1602
ti-srebot merged 3 commits into
pingcap:release-5.0from
ti-srebot:release-5.0-be6ccc9bf61d

Conversation

@ti-srebot
Copy link
Copy Markdown
Collaborator

@ti-srebot ti-srebot commented Mar 20, 2021

cherry-pick #1577 to release-5.0
You can switch your code base to this Pull Request by using git-extras:

# In tics repo:
git pr https://github.com/pingcap/tics/pull/1602

After apply modifications, you can push your change to this PR via:

git push git@github.com:ti-srebot/tics.git pr/1602:release-5.0-be6ccc9bf61d

What problem does this PR solve?

Issue Number: close #1572

Problem Summary:

What is changed and how it works?

Proposal: xxx

What's Changed:

How it Works:

The root cause is Clickhouse's DateLUT only support time starting from 1970-01-01, and in some corner case, the actual time may be 1969-12-31, this pr handle this special case separately

Related changes

  • Need to cherry-pick to the release branch

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)

Side effects

  • Performance regression
    • Consumes more CPU
    • Consumes more MEM
  • Breaking backward compatibility

Release note

  • Fix wrong return value of timestamp column if the timestamp value is 1970-01-01 and the timezone offset is negative

Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
@windtalker windtalker added the status/can-merge Indicates a PR has been approved by a committer. label Mar 22, 2021
@ti-srebot
Copy link
Copy Markdown
Collaborator Author

Your auto merge job has been accepted, waiting for:

  • 1582
  • 1603

@ti-srebot
Copy link
Copy Markdown
Collaborator Author

/run-all-tests

@ti-srebot
Copy link
Copy Markdown
Collaborator Author

@ti-srebot merge failed.

@windtalker
Copy link
Copy Markdown
Contributor

/run-all-tests

1 similar comment
@windtalker
Copy link
Copy Markdown
Contributor

/run-all-tests

@windtalker
Copy link
Copy Markdown
Contributor

/merge

@ti-srebot
Copy link
Copy Markdown
Collaborator Author

Your auto merge job has been accepted, waiting for:

  • 1582

@ti-srebot
Copy link
Copy Markdown
Collaborator Author

/run-all-tests

@ti-srebot ti-srebot merged commit 0274227 into pingcap:release-5.0 Mar 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CHERRY-PICK cherry pick status/can-merge Indicates a PR has been approved by a committer. status/LGT1 Indicates that a PR has LGTM 1. type/bugfix This PR fixes a bug.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants