Skip to content

Commit

Permalink
correct checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
kgyrtkirk committed Oct 20, 2023
1 parent 6bf679d commit f944d04
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
public interface PlannerHook
{
void captureSql(String sql);
default void captureSqlNode(SqlNode node) {}
default void captureSqlNode(SqlNode node)
{
}
void captureQueryRel(RelRoot rootQueryRel);
void captureDruidRel(DruidRel<?> druidRel);
void captureBindableRel(BindableRel bindableRel);
Expand Down

0 comments on commit f944d04

Please sign in to comment.