Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed May 11, 2020
1 parent 2a206df commit e5127c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -41,12 +41,12 @@
import java.util.Set;
import java.util.TreeMap;

import static org.apache.flink.table.filesystem.DefaultPartTimeExtractor.toMills;
import static org.apache.flink.table.filesystem.FileSystemOptions.PARTITION_TIME_EXTRACTOR_CLASS;
import static org.apache.flink.table.filesystem.FileSystemOptions.PARTITION_TIME_EXTRACTOR_TIMESTAMP_PATTERN;
import static org.apache.flink.table.filesystem.FileSystemOptions.PARTITION_TIME_EXTRACTOR_TYPE;
import static org.apache.flink.table.filesystem.FileSystemOptions.PARTITION_TIME_INTERVAL;
import static org.apache.flink.table.filesystem.PartitionPathUtils.extractPartitionValues;
import static org.apache.flink.table.filesystem.DefaultPartTimeExtractor.toMills;
import static org.apache.flink.table.utils.PartitionPathUtils.extractPartitionValues;

/**
* Manage partition and watermark information.
Expand Down
Expand Up @@ -38,8 +38,8 @@

import static org.apache.flink.table.filesystem.FileSystemOptions.PARTITION_COMMIT_POLICY_SUCCESS_FILE_NAME;
import static org.apache.flink.table.filesystem.FileSystemOptions.PARTITION_COMMIT_POLICY_TYPE;
import static org.apache.flink.table.filesystem.PartitionPathUtils.extractPartitionSpecFromPath;
import static org.apache.flink.table.filesystem.PartitionPathUtils.generatePartitionPath;
import static org.apache.flink.table.utils.PartitionPathUtils.extractPartitionSpecFromPath;
import static org.apache.flink.table.utils.PartitionPathUtils.generatePartitionPath;

/**
* Committer for {@link StreamingFileWriter}. This is the single (non-parallel) task.
Expand Down

0 comments on commit e5127c6

Please sign in to comment.