[CALCITE-7360] The meaning of negation for unsigned numbers is not defined#4747
[CALCITE-7360] The meaning of negation for unsigned numbers is not defined#4747mihaibudiu wants to merge 1 commit intoapache:mainfrom
Conversation
|
This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 90 days if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@calcite.apache.org list. Thank you for your contributions. |
|
I plan to update this PR |
…fined Signed-off-by: Mihai Budiu <mbudiu@feldera.com>
f0da079 to
9398704
Compare
|
|
This PR makes it illegal to use - on an unsigned value. |
|
This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 90 days if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@calcite.apache.org list. Thank you for your contributions. |



Maybe I should change the title of the issue to "Make negation of UNSIGNED values illegal"
But no one replied to the JIRA issue, so here is a proposal for an implementation which does exactly that.