You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by di...@apache.org on 2020/05/07 15:55:29 UTC

[flink] branch release-1.10 updated: [FLINK-17555][python] Remove duplicate FileSystem object in descriptors (#12023)

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

dianfu pushed a commit to branch release-1.10
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.10 by this push:
     new 92f1ce7  [FLINK-17555][python] Remove duplicate FileSystem object in descriptors (#12023)
92f1ce7 is described below

commit 92f1ce7225e5adcf12e473e7efe992dea193368b
Author: Shuiqiang Chen <44...@users.noreply.github.com>
AuthorDate: Thu May 7 23:46:17 2020 +0800

    [FLINK-17555][python] Remove duplicate FileSystem object in descriptors (#12023)
---
 flink-python/pyflink/table/descriptors.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/flink-python/pyflink/table/descriptors.py b/flink-python/pyflink/table/descriptors.py
index 5e53466..c1b8eb3 100644
--- a/flink-python/pyflink/table/descriptors.py
+++ b/flink-python/pyflink/table/descriptors.py
@@ -33,7 +33,6 @@ __all__ = [
     'Csv',
     'Avro',
     'Json',
-    'FileSystem',
     'ConnectTableDescriptor',
     'StreamTableDescriptor',
     'BatchTableDescriptor',