Gabriel39 commented on code in PR #67784:
URL: https://github.com/apache/doris/pull/67784#discussion_r4023607667
##########
fe/fe-common/src/main/java/org/apache/doris/catalog/Type.java:
##########
@@ -207,6 +207,8 @@ public abstract class Type {
arraySubTypes.add(CHAR);
arraySubTypes.add(VARCHAR);
arraySubTypes.add(STRING);
+ // Nested binary leaves retain the same byte-preserving storage as
scalar VARBINARY.
+ arraySubTypes.add(VARBINARY);
Review Comment:
Addressed in the current head (`68df1fdb0f`). Selected the analysis-time
rejection option, without expanding native storage support. Added a centralized
guard and tests for unsupported VARBINARY
membership/position/distinct/remove/set kernels and collect_set, including
sibling functions and the bounded collect_set form. Byte-agnostic construction,
indexing and collect_list remain available; existing binary
comparison/grouping/join/view coverage is retained.
--
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]