Skip to content

Commit b6c22ce

Browse files
committed
clear
1 parent f935978 commit b6c22ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/cubejs-schema-compiler/src/adapter/QueryBuilder.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ const ADAPTERS = {
3838
elasticsearch: ElasticSearchQuery,
3939
materialize: PostgresQuery,
4040
cubestore: CubeStoreQuery,
41-
trino: PrestodbQuery,
4241
};
4342

4443
export const queryClass = (dbType, dialectClass) => dialectClass || ADAPTERS[dbType];

0 commit comments

Comments
 (0)