You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tw...@apache.org on 2020/07/13 14:08:32 UTC

[flink] branch master updated (a028ba2 -> f81f3a0)

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 a028ba2  [FLINK-18528][table] Update UNNEST to new type system
     add e4f431c  [hotfix][examples-table] Add missing format validation
     new f81f3a0  [FLINK-18477][examples-table] Fix packaging of ChangelogSocketExample

The 1 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:
 docs/dev/table/sourceSinks.md                                        | 5 +++++
 docs/dev/table/sourceSinks.zh.md                                     | 5 +++++
 flink-examples/flink-examples-table/pom.xml                          | 2 +-
 .../table/examples/java/connectors/ChangelogCsvFormatFactory.java    | 4 ++++
 4 files changed, 15 insertions(+), 1 deletion(-)


[flink] 01/01: [FLINK-18477][examples-table] Fix packaging of ChangelogSocketExample

Posted by tw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

twalthr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit f81f3a0ec863198164d45694ce23b21704c61cac
Author: Timo Walther <tw...@apache.org>
AuthorDate: Mon Jul 13 14:00:02 2020 +0200

    [FLINK-18477][examples-table] Fix packaging of ChangelogSocketExample
    
    This closes #12884.
---
 flink-examples/flink-examples-table/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-examples/flink-examples-table/pom.xml b/flink-examples/flink-examples-table/pom.xml
index 640038d..c08fbe7 100644
--- a/flink-examples/flink-examples-table/pom.xml
+++ b/flink-examples/flink-examples-table/pom.xml
@@ -203,7 +203,7 @@ under the License.
 							</archive>
 
 							<includes>
-								<include>org/apache/flink/table/examples/java/connectors/ChangelogSocketExample*</include>
+								<include>org/apache/flink/table/examples/java/connectors/*</include>
 								<include>**/META-INF/services/*</include>
 							</includes>
 						</configuration>