Skip to content

branch-2.1: [fix](mc)Fixed the issue that maxcompute catalog can only read part of the timestamp data #49600 - #49706

Merged
yiguolei merged 1 commit into
branch-2.1from
auto-pick-49600-branch-2.1
Apr 1, 2025
Merged

branch-2.1: [fix](mc)Fixed the issue that maxcompute catalog can only read part of the timestamp data #49600#49706
yiguolei merged 1 commit into
branch-2.1from
auto-pick-49600-branch-2.1

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Cherry-picked from #49600

…f the timestamp data (#49600)
### What problem does this PR solve?
Related pr : #48768
Problem Summary:
When using the maxcompute storage api to read the mc timestamp column,
if the timestamp precision is required to be at the nanosecond level,
only data in the range of 1970-01-01 to 2038-01-19 can be read.
Otherwise, an error will be reported: `ErrorCode=ODPS-0422214,
ErrorMessage=ODPS-0422214: Read data failed - RuntimeTimestamp data
overflow`.
This pr changes the precision to milliseconds to solve this problem.
@Thearas

Copy link
Copy Markdown
Contributor

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@Thearas

Copy link
Copy Markdown
Contributor

run buildall

@yiguolei
yiguolei merged commit e898dbb into branch-2.1Apr 1, 2025
@github-actionsgithub-actionsBot added the approved Indicates a PR has been approved by one committer. label Apr 1, 2025
@github-actions

Copy link
Copy Markdown
ContributorAuthor

PR approved by at least one committer and no changes requested.

@github-actions
github-actionsBot deleted the auto-pick-49600-branch-2.1 branch April 1, 2025 09:09
@github-actions

Copy link
Copy Markdown
ContributorAuthor

PR approved by anyone and no changes requested.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approvedIndicates a PR has been approved by one committer.reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@Thearas@yiguolei@dataroaring@hubgeter