This is an automated email from the ASF dual-hosted git repository. lzljs3620320 pushed a commit to branch release-1.3 in repository https://gitbox.apache.org/repos/asf/paimon.git
commit ce4ebcdafe99489163f1c9e690d46169675f2311 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
