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
|
@ -105,6 +105,15 @@ class TestBigQuery(Validator):
|
|||
"spark": "x IS NULL",
|
||||
},
|
||||
)
|
||||
self.validate_all(
|
||||
"CURRENT_DATE",
|
||||
read={
|
||||
"tsql": "GETDATE()",
|
||||
},
|
||||
write={
|
||||
"tsql": "GETDATE()",
|
||||
},
|
||||
)
|
||||
self.validate_all(
|
||||
"current_datetime",
|
||||
write={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue