mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 03:58:14 +00:00
fix: https://github.com/tencentmusic/supersonic/issues/2132 for Trino syntax (#2144)
This commit is contained in:
@@ -83,6 +83,7 @@ public class PrestoAdaptor extends BaseDbAdaptor {
|
||||
|
||||
@Override
|
||||
public String rewriteSql(String sql) {
|
||||
sql = sql.replaceAll("`", "\"");
|
||||
return sql;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user