aihuaxu commented on issue #10392:
URL: https://github.com/apache/iceberg/issues/10392#issuecomment-2573670168

   > @aihuaxu Will this also work for protobuf encoded columns? I have a 
dataset with event_bytes | event_name
   > 
   > 101010100 | e1 101010100 | e2
   
   That shouldn't work. Variant has its own specific encoding.  We need to 
store the value in a Variant column which will convert and store in its 
specific binary format. Protobuf encoding is stored differently.


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to