[DOC] Bring list of unsupported SQL constructs up-to-date#6636
Merged
Conversation
mihaibudiu
enabled auto-merge
July 15, 2026 01:30
mihaibudiu
commented
Jul 15, 2026
| LEFT JOIN UNNEST(s.mentions) AS m(mention_id) ON TRUE; | ||
| ``` | ||
|
|
||
| ## Map functions |
Contributor
Author
There was a problem hiding this comment.
These are niche Databricks functions, they are not really "standard" SQL.
Contributor
There was a problem hiding this comment.
I'd advocate leaving these since our users come from Databricks quite often
mythical-fred
approved these changes
Jul 15, 2026
mythical-fred
left a comment
There was a problem hiding this comment.
Docs cleanup lines up with reality:
- New "Aggregate functions" section enumerates the unsupported set.
- Window functions section broadened from
NTILE/NTH_VALUEto includePERCENT_RANK,CUME_DIST,VAR_POP,VAR_SAMP. - Stale "Map functions" table dropped (those are supported now).
- Old blanket "no timezone" claim narrowed to the accurate "
TIME WITH TIME ZONEnot supported" — matches current TIMESTAMP behaviour.
One typo inline. Otherwise LGTM.
mihaibudiu
force-pushed
the
unimplemented
branch
from
July 15, 2026 16:41
ed530d5 to
65ff2b4
Compare
anandbraman
requested changes
Jul 15, 2026
| LEFT JOIN UNNEST(s.mentions) AS m(mention_id) ON TRUE; | ||
| ``` | ||
|
|
||
| ## Map functions |
Contributor
There was a problem hiding this comment.
I'd advocate leaving these since our users come from Databricks quite often
Contributor
Author
|
I can leave the MAP functions, but there are perhaps a few hundred more Databricks functions that we don't support. Felderize lists many more of them. |
Signed-off-by: Mihai Budiu <mbudiu@feldera.com>
mihaibudiu
force-pushed
the
unimplemented
branch
from
July 15, 2026 17:42
65ff2b4 to
156d202
Compare
Contributor
Author
|
Added back MAP functions. |
anandbraman
approved these changes
Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist