Merging upstream version 18.3.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
668bf19880
commit
74296cdad7
56 changed files with 29963 additions and 29170 deletions
|
@ -239,6 +239,14 @@ TBLPROPERTIES (
|
|||
self.validate_identity("TRIM(LEADING 'SL' FROM 'SSparkSQLS')")
|
||||
self.validate_identity("TRIM(TRAILING 'SL' FROM 'SSparkSQLS')")
|
||||
self.validate_identity("SPLIT(str, pattern, lim)")
|
||||
self.validate_identity(
|
||||
"SELECT REGEXP_REPLACE('100-200', r'([^0-9])', '')",
|
||||
"SELECT REGEXP_REPLACE('100-200', '([^0-9])', '')",
|
||||
)
|
||||
self.validate_identity(
|
||||
"SELECT REGEXP_REPLACE('100-200', R'([^0-9])', '')",
|
||||
"SELECT REGEXP_REPLACE('100-200', '([^0-9])', '')",
|
||||
)
|
||||
self.validate_identity(
|
||||
"SELECT STR_TO_MAP('a:1,b:2,c:3')",
|
||||
"SELECT STR_TO_MAP('a:1,b:2,c:3', ',', ':')",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue