Coral is a translation, analysis, and query rewrite engine for SQL and other relational languages.
BSD 2-Clause "Simplified" License
795
stars
187
forks
source link
Coral transform hive function “regexp_extract” to trino by introduce a new function "hive_pattern_to_trino" #266
Open
gjhkael opened 2 years ago
Coral transform the following hive sql to trino
result:
But trino not have the function name of "hive_pattern_to_presto", then the query will failed with exception:
So, why you introduce the "hive_pattern_to_trino" function? Do this function is implement in linkedin internal?