clintropolis opened a new pull request, #18335: URL: https://github.com/apache/druid/pull/18335
### Description changes: * `AutoTypeColumnMerger` now sets fields list properly on projected json column serializer via new `setFieldsAndOpenWriters` method which sets the fields list (to be shared with parent) and creates and opens field writers for the projected fields * `NestedDataColumnSerializer` now only writes fields and fieldsinfo during serialization if also writing the dictionaries, so a projected column will not serialize fields and fields info in favor of sharing with the base table column * added test for projected json column to ensure both with and without projections work correctly -- 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]
