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

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


The following commit(s) were added to refs/heads/release-0.11.0 by this push:
     new fbc6595b34 [HOTFIX] add missing license (#5322)
fbc6595b34 is described below

commit fbc6595b34fe3e6482cee8b17afcf3b0eb12872b
Author: Raymond Xu <2701446+xushi...@users.noreply.github.com>
AuthorDate: Thu Apr 14 12:04:51 2022 -0700

    [HOTFIX] add missing license (#5322)
---
 .../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
+)

Reply via email to