issues
search
google
/
zetasql
ZetaSQL - Analyzer Framework for SQL
Apache License 2.0
2.32k
stars
219
forks
source link
EXCEPT DISTINCT parsed to EXCEPT ALL + order_by and window_frame are an optional field
#82
Open
JordyHeusdensDT
opened
2 years ago
JordyHeusdensDT
commented
2 years ago
EXCEPT DISTINCT is mapped to EXCEPT ALL after being parsed, this is now fixed
order_by in ResolvedAnalyticFunctionGroup can be NULL and should thus be optional
window_frame in ResolvedAnalyticFunctionCall can be NULL and should thus be optional
tristan-vt
commented
2 years ago
This solves some bugs I've been having for quite a while