This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-48768-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
from 2504b8c3a9e branch-2.1: [fix](binlog) Set dummy timestamp correctly #48706 (#48755) add cb1851cf1ba [enhancement](maxcompute)support maxcompute timestamp column type. (#48768) No new revisions were added by this update. Summary of changes: .../doris/maxcompute/MaxComputeColumnValue.java | 12 +- .../maxcompute/MaxComputeExternalCatalog.java | 10 +- .../maxcompute/MaxComputeExternalTable.java | 1 + .../maxcompute/source/MaxComputeScanNode.java | 43 +++- .../property/constants/MCProperties.java | 4 + .../maxcompute/test_max_compute_timestamp.out | Bin 0 -> 3944 bytes .../maxcompute/test_max_compute_timestamp.groovy | 216 +++++++++++++++++++++ 7 files changed, 274 insertions(+), 12 deletions(-) create mode 100644 regression-test/data/external_table_p2/maxcompute/test_max_compute_timestamp.out create mode 100644 regression-test/suites/external_table_p2/maxcompute/test_max_compute_timestamp.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org