Merging upstream version 26.28.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
893214206a
commit
c79efa667c
96 changed files with 58442 additions and 56422 deletions
|
@ -247,6 +247,8 @@ TBLPROPERTIES (
|
|||
"REFRESH TABLE t",
|
||||
)
|
||||
|
||||
self.validate_identity("ALTER TABLE foo ADD PARTITION(event = 'click')")
|
||||
self.validate_identity("ALTER TABLE foo ADD IF NOT EXISTS PARTITION(event = 'click')")
|
||||
self.validate_identity("IF(cond, foo AS bar, bla AS baz)")
|
||||
self.validate_identity("any_value(col, true)", "ANY_VALUE(col) IGNORE NULLS")
|
||||
self.validate_identity("first(col, true)", "FIRST(col) IGNORE NULLS")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue