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

[inlong] branch master updated: [INLONG-5327][Sort] Add PB msg service factory file (#5328)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e684847a7 [INLONG-5327][Sort] Add PB msg service factory file (#5328)
e684847a7 is described below

commit e684847a7809d1e91bbd8cc4351548ed613993f7
Author: vernedeng <de...@pku.edu.cn>
AuthorDate: Wed Aug 3 10:14:37 2022 +0800

    [INLONG-5327][Sort] Add PB msg service factory file (#5328)
---
 .../resources/org.apache.flink.table.factories.Factory   | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/inlong-sort/sort-formats/format-inlongmsg-pb/src/main/resources/org.apache.flink.table.factories.Factory b/inlong-sort/sort-formats/format-inlongmsg-pb/src/main/resources/org.apache.flink.table.factories.Factory
new file mode 100644
index 000000000..6eec8f57b
--- /dev/null
+++ b/inlong-sort/sort-formats/format-inlongmsg-pb/src/main/resources/org.apache.flink.table.factories.Factory
@@ -0,0 +1,16 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+org.apache.inlong.sort.formats.inlongmsg.InLongMsgPbFormatFactory