You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by xu...@apache.org on 2022/04/14 19:03:34 UTC

[hudi] branch HOTFIX-license created (now 65efa453c3)

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

xushiyan pushed a change to branch HOTFIX-license
in repository https://gitbox.apache.org/repos/asf/hudi.git


      at 65efa453c3 [HOTFIX] add missing license

This branch includes the following new commits:

     new 65efa453c3 [HOTFIX] add missing license

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.



[hudi] 01/01: [HOTFIX] add missing license

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

xushiyan pushed a commit to branch HOTFIX-license
in repository https://gitbox.apache.org/repos/asf/hudi.git

commit 65efa453c3514a2dd9b9770ae098d4f440aee8f0
Author: Raymond Xu <xu...@gmail.com>
AuthorDate: Fri Apr 15 03:03:13 2022 +0800

    [HOTFIX] add missing license
---
 .../schema_registry.source_schema_tab.sql              | 18 +++++++++++++++++-
 .../schema_registry.target_schema_tab.sql              | 18 +++++++++++++++++-
 2 files changed, 34 insertions(+), 2 deletions(-)

diff --git a/hudi-utilities/src/test/resources/delta-streamer-config/schema_registry.source_schema_tab.sql b/hudi-utilities/src/test/resources/delta-streamer-config/schema_registry.source_schema_tab.sql
index b95ae0f5ee..a5714041cf 100644
--- a/hudi-utilities/src/test/resources/delta-streamer-config/schema_registry.source_schema_tab.sql
+++ b/hudi-utilities/src/test/resources/delta-streamer-config/schema_registry.source_schema_tab.sql
@@ -1,3 +1,19 @@
+--  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.
+
 CREATE TABLE IF NOT EXISTS `schema_registry`.`source_schema_tab`(
     `id` BIGINT,
     `name` STRING,
@@ -9,4 +25,4 @@ CREATE TABLE IF NOT EXISTS `schema_registry`.`source_schema_tab`(
     `num6` DOUBLE,
     `bool` BOOLEAN,
     `bin` BINARY
-)
\ No newline at end of file
+)
diff --git a/hudi-utilities/src/test/resources/delta-streamer-config/schema_registry.target_schema_tab.sql b/hudi-utilities/src/test/resources/delta-streamer-config/schema_registry.target_schema_tab.sql
index 07f179f90e..3adfa21bb5 100644
--- a/hudi-utilities/src/test/resources/delta-streamer-config/schema_registry.target_schema_tab.sql
+++ b/hudi-utilities/src/test/resources/delta-streamer-config/schema_registry.target_schema_tab.sql
@@ -1,3 +1,19 @@
+--  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.
+
 CREATE TABLE IF NOT EXISTS `schema_registry`.`target_schema_tab`(
     `id` BIGINT,
     `name` STRING,
@@ -9,4 +25,4 @@ CREATE TABLE IF NOT EXISTS `schema_registry`.`target_schema_tab`(
     `num6` DOUBLE,
     `bool` BOOLEAN,
     `bin` BINARY
-)
\ No newline at end of file
+)