You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2020/05/11 03:15:17 UTC

[GitHub] [calcite] DonnyZone commented on pull request #1971: [CALCITE-3627] New Row Null Policy

DonnyZone commented on pull request #1971:
URL: https://github.com/apache/calcite/pull/1971#issuecomment-626447764


   Thanks for pushing this work forward. I ever tried (but failed) to find some similar functions in other DB products. This makes me confused about whether we should treat `[null, null, .., null]` as `null`.
   That is, to introduce `NullPolicy.ALL` or use `NullPolicy.NONE`? At least, current `NullPolicy.ANY` is wrong.
   Personally, I'm inclined to introduce `NullPolicy.ALL`, as it follows SQL standard.
   Also cc @rubenada @zabetak 


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org