Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzelin committed Oct 28, 2024
1 parent 981ad67 commit 1b83377
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@
import org.apache.flink.table.expressions.AggregateExpression;
import org.apache.flink.table.factories.DynamicTableFactory;
import org.apache.flink.table.types.DataType;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import javax.annotation.Nullable;

Expand Down Expand Up @@ -84,8 +82,6 @@
public abstract class BaseDataTableSource extends FlinkTableSource
implements LookupTableSource, SupportsWatermarkPushDown, SupportsAggregatePushDown {

private static final Logger LOG = LoggerFactory.getLogger(BaseDataTableSource.class);

private static final List<ConfigOption<?>> TIME_TRAVEL_OPTIONS =
Arrays.asList(
CoreOptions.SCAN_TIMESTAMP,
Expand Down

0 comments on commit 1b83377

Please sign in to comment.