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 <44767915+shuiqiangc...@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',

Reply via email to