yzeng1618 commented on PR #10175:
URL: https://github.com/apache/seatunnel/pull/10175#issuecomment-3644637437

   > @yzeng1618 Will other fields in Kudu also have this issue, such as: BINARY
   
   Kudu BINARY is handled differently:
   
   - KuduTypeMapper maps Type.BINARY to SeaTunnel BYTES 
(PrimitiveByteArrayType), not to STRING.
   
   - In AbstractDorisTypeConverter.sampleReconvert, BYTES is always converted 
directly to Doris STRING and does not go through the length‑based logic that 
turns things into CHAR(16) / VARCHAR(16).
   
   So BINARY columns will be created as STRING in Doris, not CHAR(16), and they 
don’t suffer from the same “fixed length 16” issue.


-- 
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]

Reply via email to