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

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


The following commit(s) were added to refs/heads/master by this push:
     new 89b05e1eaf [Python] License added in test (#6572)
89b05e1eaf is described below

commit 89b05e1eaf0cd1b855bc4005bc90ff7bd1899f14
Author: umi <[email protected]>
AuthorDate: Mon Nov 10 11:47:08 2025 +0800

    [Python] License added in test (#6572)
---
 .../pypaimon/tests/manifest/manifest_schema_test.py     | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/paimon-python/pypaimon/tests/manifest/manifest_schema_test.py 
b/paimon-python/pypaimon/tests/manifest/manifest_schema_test.py
index b4b60ffd43..13890f783c 100644
--- a/paimon-python/pypaimon/tests/manifest/manifest_schema_test.py
+++ b/paimon-python/pypaimon/tests/manifest/manifest_schema_test.py
@@ -1,3 +1,20 @@
+"""
+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.
+"""
 import unittest
 
 from pypaimon.manifest.schema import data_file_meta

Reply via email to