You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2022/01/14 03:37:02 UTC

[flink-table-store] branch master updated: [hotfix] Move FileStorePathFactory to main from test

This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git


The following commit(s) were added to refs/heads/master by this push:
     new f62e233  [hotfix] Move FileStorePathFactory to main from test
f62e233 is described below

commit f62e2335d011c534be4bbcf7d2244f4f710e3509
Author: JingsongLi <lz...@aliyun.com>
AuthorDate: Fri Jan 14 11:36:46 2022 +0800

    [hotfix] Move FileStorePathFactory to main from test
---
 .../org/apache/flink/table/store/file/utils/FileStorePathFactory.java     | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/flink-table-store-core/src/test/java/org/apache/flink/table/store/file/utils/FileStorePathFactory.java b/flink-table-store-core/src/main/java/org/apache/flink/table/store/file/utils/FileStorePathFactory.java
similarity index 100%
rename from flink-table-store-core/src/test/java/org/apache/flink/table/store/file/utils/FileStorePathFactory.java
rename to flink-table-store-core/src/main/java/org/apache/flink/table/store/file/utils/FileStorePathFactory.java