manirajv06 opened a new issue, #13282:
URL: https://github.com/apache/iceberg/issues/13282

   ### Feature Request / Improvement
   
   String stored in Variant always reserve 1 (header) + 4 bytes (offset sizes) 
for strings of any length. Short strings can be managed with just 1 byte only 
for header.
   
   So, strings use 1+4+string length and short string use 1+string length. 
   
   ### Query engine
   
   None
   
   ### Willingness to contribute
   
   - [x] I can contribute this improvement/feature independently
   - [x] I would be willing to contribute this improvement/feature with 
guidance from the Iceberg community
   - [ ] I cannot contribute this improvement/feature at this time


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