Adding upstream version 25.21.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
0b78a18345
commit
cfe8a51f10
105 changed files with 50314 additions and 49385 deletions
|
@ -142,6 +142,13 @@ class TestDatabricks(Validator):
|
|||
"""SELECT raw:`zip code`, raw:`fb:testid`, raw:store['bicycle'], raw:store["zip code"]""",
|
||||
"""SELECT raw:["zip code"], raw:["fb:testid"], raw:store.bicycle, raw:store["zip code"]""",
|
||||
)
|
||||
self.validate_all(
|
||||
"SELECT col:`fr'uit`",
|
||||
write={
|
||||
"databricks": """SELECT col:["fr'uit"]""",
|
||||
"postgres": "SELECT JSON_EXTRACT_PATH(col, 'fr''uit')",
|
||||
},
|
||||
)
|
||||
|
||||
def test_datediff(self):
|
||||
self.validate_all(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue