pitrou commented on PR #37202: URL: https://github.com/apache/arrow/pull/37202#issuecomment-1680956217
We don't need to officially define "default values", just make sure we don't produce invalid data (such as non-monotonic offsets). This is exactly the idea behind `ArrayBuilder::AppendEmptyValue`: https://github.com/apache/arrow/blob/d330d1b36c87ea43bfd16e1bc43a4ff9876abb4b/cpp/src/arrow/array/builder_base.h#L156-L161 But this discussion can also regard other implementations, I think it would be useful to discuss on the ML. -- 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]
