Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CALCITE-4424] Complete non-deterministic function (Jiatao Tao) #2284

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Aaaaaaron
Copy link
Member

@Aaaaaaron Aaaaaaron commented Dec 2, 2020

Current only SqlSequenceValueOperator override isDeterministic, func like RAND doesn't override isDeterministic, these func seems are not deterministic(the list comes from "isDynamicFunction"):

  1. SqlAbstractTimeFunction

  2. SqlBaseContextVariable

  3. SqlCurrentDateFunction

  4. SqlRandFunction

  5. SqlRandIntegerFunction

@Aaaaaaron Aaaaaaron force-pushed the CALCITE-4424 branch 3 times, most recently from bf9091d to 1782954 Compare December 2, 2020 08:27
@Aaaaaaron
Copy link
Member Author

Aaaaaaron commented Dec 2, 2020

image
Seems an ustable UT, re-run passed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion-in-jira There's open discussion in JIRA to be resolved before proceeding with the PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants