walterddr opened a new pull request, #10148: URL: https://github.com/apache/pinot/pull/10148
currently, there's no way to tell whether a table column is nullable setting the nullability for all columns on v2 engine as default true (previously default false), b/c - having nullability default to false causes some incorrect optimizer rules to apply. - this also help mitigating the issue with #10129 -- 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]
