You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to convert these two functions, but both resulted in an error message "No match found for function". select regexp_like('a','\d') select date_diff('month',cast('2022-05-23' as date),cast('2022-06-23' as date))
When I try to convert SQL statements with syntax differences, Coral can successfully perform the conversion, for example: SELECT * FROM mydb.mytable AS a CROSS JOIN UNNEST(split(a.id, ',')) AS t0 (b)
May I ask if the conversion of Trino to Spark function differences is not currently supported?
I see validator. validate (query) in the code
It is verified using the rules of hive, and the unique function in trino will report an error at this step
The text was updated successfully, but these errors were encountered:
I tried to convert these two functions, but both resulted in an error message "No match found for function".
select regexp_like('a','\d')
select date_diff('month',cast('2022-05-23' as date),cast('2022-06-23' as date))
When I try to convert SQL statements with syntax differences, Coral can successfully perform the conversion, for example:
SELECT * FROM mydb.mytable AS a CROSS JOIN UNNEST(split(a.id, ',')) AS t0 (b)
May I ask if the conversion of Trino to Spark function differences is not currently supported?
I see validator. validate (query) in the code
It is verified using the rules of hive, and the unique function in trino will report an error at this step
The text was updated successfully, but these errors were encountered: