-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[enhancement](maxcompute)support maxcompute timestamp column type. (#…
…48768) ### What problem does this PR solve? Problem Summary: 1. support maxcompute timestamp column type. 2. Add the parameter `mc.datetime_predicate_push_down` to disable predicate pushdown for odps catalog datetime type, because the timestamp precision of odps is 9, while the mapping precision of Doris is 6. If we insert `2023-02-02 00:00:00.123456789` into odps, doris will read it as `2023-02-02 00:00:00.123456`. Due to the lack of "789", we cannot push it down correctly. If you don't need such a high precision (greater than 6) on odps, it will not affect your normal use.
- Loading branch information
Showing
7 changed files
with
545 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.