Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev/issue 10 #18

Merged
merged 11 commits into from
Jul 26, 2022
Prev Previous commit
Next Next commit
Refactor: adjust visibility of JdbcTableScan class
  • Loading branch information
taewhi committed Jul 20, 2022
commit 5423f44b7cb55b8f959dfdce112fdf32df522f8f
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
public class JdbcTableScan extends TableScan implements JdbcRel {
public final TrainDBJdbcTable jdbcTable;

protected JdbcTableScan(
public JdbcTableScan(
RelOptCluster cluster,
List<RelHint> hints,
RelOptTable table,
Expand Down