Gabriel39 commented on PR #67784:
URL: https://github.com/apache/doris/pull/67784#issuecomment-5691744743

   Updated in ba8f0cb673.
   
   - Removed OLAP_FIELD_TYPE_VARBINARY and the native storage, tablet metadata, 
index, conversion and native CTAS/MTMV extensions. The PR now has no changes 
under be/src/storage relative to branch-4.1.
   - Retained external VARBINARY execution, comparisons, grouping, joins and 
ordinary views. Materializing binary results requires an explicit conversion to 
a supported native type; no native-table type mapping is added.
   - Completed mandatory timestamp mappings: zoned/instant types map to 
TIMESTAMPTZ, timezone-free timestamps to DATETIMEV2, regardless of legacy 
mapping options. Updated dependent JNI reads/writes, defaults, predicate 
handling and bare INT96 inference, and documented all mapping changes in the PR 
description.
   
   Validation on the updated code:
   - Production BE build, 228 FE tests, 23 JNI tests and 141 focused BE tests 
passed.
   - FE Checkstyle and clang-format 16 checks passed.
   - Nine local regression suites passed: test_varbinary_sql_support, 
test_hive_orc, test_iceberg_varbinary, test_iceberg_timestamp_tz, 
test_iceberg_write_timestamp_ntz, test_iceberg_write_default, 
test_paimon_catalog_timestamp_tz, test_paimon_timestamp_with_time_zone and 
test_paimon_write_types. The timestamp checks include legacy false options, 
JNI/native readers, microseconds, cross-zone writes and DST folds.
   - Full CI and live JDBC vendor/Hudi/MaxCompute service matrices remain 
pending. JDBC TIMESTAMPTZ-literal predicates currently stay local for 
correctness, which can increase scan work; this behavior is documented 
explicitly.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to