This is an automated email from the ASF dual-hosted git repository.
twalthr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 2160735 [FLINK-25739][dist] Include Changelog to flink-dist jar
new 5e28f66 [FLINK-25391][connector-elasticsearch] Forward catalog table
options
new c61162b [FLINK-25391][connector-jdbc] Forward catalog table options
new c926031 [FLINK-25391][connector-files] Forward catalog table options
new 0c34c99 [FLINK-25391][connector-kafka] Forward catalog table options
new 2cb86ff [FLINK-25391][connector-kinesis] Forward catalog table options
new 5175ed0 [FLINK-25391][connector-hbase] Forward catalog table options
new 8f77862 [FLINK-25391][format-avro] Forward catalog table options
new 0370c36e [FLINK-25391][format-csv] Forward catalog table options
new fa161d3 [FLINK-25391][format-json] Forward catalog table options
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../content/docs/connectors/table/elasticsearch.md | 23 ++++++-
docs/content/docs/connectors/table/filesystem.md | 80 +++++++++++++++++-----
.../connectors/table/formats/avro-confluent.md | 15 +++-
docs/content/docs/connectors/table/formats/avro.md | 5 +-
docs/content/docs/connectors/table/formats/csv.md | 12 +++-
docs/content/docs/connectors/table/formats/json.md | 10 ++-
docs/content/docs/connectors/table/hbase.md | 17 ++++-
docs/content/docs/connectors/table/jdbc.md | 24 ++++++-
docs/content/docs/connectors/table/kafka.md | 24 ++++++-
docs/content/docs/connectors/table/kinesis.md | 79 +++++++++++++++++++--
.../table/ElasticsearchDynamicSinkFactoryBase.java | 50 +++++++++-----
.../table/Elasticsearch6DynamicSinkFactory.java | 21 +++---
.../file/table/AbstractFileSystemTable.java | 24 +++----
.../file/table/FileSystemTableFactory.java | 29 +++++++-
.../connector/file/table/FileSystemTableSink.java | 21 ++++--
.../file/table/FileSystemTableSource.java | 25 ++++---
.../hbase1/HBase1DynamicTableFactory.java | 29 ++++++--
.../hbase2/HBase2DynamicTableFactory.java | 27 ++++++--
.../hbase/table/HBaseConnectorOptionsUtil.java | 18 ++---
.../jdbc/table/JdbcDynamicTableFactory.java | 23 +++++++
.../kafka/table/KafkaDynamicTableFactory.java | 23 ++++---
.../kinesis/table/KinesisDynamicTableFactory.java | 16 ++++-
.../confluent/RegistryAvroFormatFactory.java | 19 +++++
.../flink/formats/avro/AvroFileFormatFactory.java | 5 ++
.../apache/flink/formats/csv/CsvFormatFactory.java | 13 ++++
.../flink/formats/json/JsonFormatFactory.java | 1 -
26 files changed, 509 insertions(+), 124 deletions(-)