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-5423] Implement TIMESTAMP_DIFF function (compatible with Big… #22

Open
wants to merge 1 commit into
base: test-5408-druid
Choose a base branch
from

Conversation

JiajunBernoulli
Copy link
Owner

…Query, and enabled in the BigQuery library)

The TIMESTAMP_DIFF function is implemented by
SqlLibraryOperators.TIMESTAMP_DIFF3 and only enabled with lib=bigquery, whereas the built-in TIMESTAMPDIFF function is implemented by SqlStdOperatorTable.TIMESTAMP_DIFF and is always enabled.

Close apache#3000

…Query, and enabled in the BigQuery library)

The TIMESTAMP_DIFF function is implemented by
SqlLibraryOperators.TIMESTAMP_DIFF3 and only enabled with
lib=bigquery, whereas the built-in TIMESTAMPDIFF function is
implemented by SqlStdOperatorTable.TIMESTAMP_DIFF and is
always enabled.

Close apache#3000
Copy link

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 [email protected] list. Thank you for your contributions.

@github-actions github-actions bot added the stale label Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants