Adding upstream version 21.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d51e69137a
commit
92ffd7746f
91 changed files with 49165 additions and 47854 deletions
|
@ -5,6 +5,21 @@ class TestTableau(Validator):
|
|||
dialect = "tableau"
|
||||
|
||||
def test_tableau(self):
|
||||
self.validate_all(
|
||||
"[x]",
|
||||
write={
|
||||
"hive": "`x`",
|
||||
"tableau": "[x]",
|
||||
},
|
||||
)
|
||||
self.validate_all(
|
||||
'"x"',
|
||||
write={
|
||||
"hive": "'x'",
|
||||
"tableau": "'x'",
|
||||
},
|
||||
)
|
||||
|
||||
self.validate_all(
|
||||
"IF x = 'a' THEN y ELSE NULL END",
|
||||
read={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue