Merging upstream version 9.0.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
66ef36a209
commit
b1dc5c6faf
22 changed files with 742 additions and 223 deletions
|
@ -282,3 +282,6 @@ TBLPROPERTIES (
|
|||
"spark": "SELECT ARRAY_SORT(x)",
|
||||
},
|
||||
)
|
||||
|
||||
def test_iif(self):
|
||||
self.validate_all("SELECT IIF(cond, 'True', 'False')", write={"spark": "SELECT IF(cond, 'True', 'False')"})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue