Skip to content

Commit

Permalink
WIP: Add support for external engines
Browse files Browse the repository at this point in the history
  • Loading branch information
ryannedolan committed Jan 15, 2025
1 parent 0a81abf commit b235094
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ public DataSource dataSource() {

@Override
public SqlDialect dialect() {
return SqlDialect.FLINK; // TODO fix hardcoded dialect
return dialect;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import java.util.Locale;
import java.util.Optional;
import java.util.stream.Collectors;
import javax.sql.DataSource;

import org.apache.calcite.adapter.jdbc.JdbcSchema;
import org.apache.calcite.schema.Schema;
Expand Down

0 comments on commit b235094

Please sign in to comment.