clintropolis commented on PR #12388: URL: https://github.com/apache/druid/pull/12388#issuecomment-1140954068
hmm, I wonder if we could just allow `ColumnHolder` to be null from the `NullColumnPartSerde` instead of making a 'null' column holder implementation, then we wouldn't need to serialize rows or the serde factory, and it can behave just like any other actually null column... going to poke around and do some tests to see if this is feasible or if it doesn't work for some reason I'm not thinking of. -- 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]
