From acab1ed44b9e83f5057dd8ad65826744c41425f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=89=E5=94=89?= Date: Fri, 14 Mar 2025 09:50:51 +0800 Subject: [PATCH 1/2] PullRequest: 892 force license format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Merge branch open_add_license_rules of git@code.alipay.com:AntGraph/GeaFlow.git into dev_opensource https://code.alipay.com/AntGraph/GeaFlow/pull_requests/892?tab=diff Signed-off-by: 知尘 * force license format * update * update * update * disable cstore build * update * update --- geaflow-kubernetes-operator/pom.xml | 17 ++++++++++++++ .../traversal/dynamic/DynamicGraphHelper.java | 23 +++++++++++-------- .../connector/hudi/GeaFlowEngineContext.java | 23 +++++++++++-------- .../hudi/GeaFlowHoodieTableFileIndex.java | 23 +++++++++++-------- .../hudi/GeaFlowTaskContextSupplier.java | 23 +++++++++++-------- .../connector/hudi/HoodieTableConnector.java | 23 +++++++++++-------- .../dsl/connector/hudi/HoodieTableSource.java | 23 +++++++++++-------- .../dsl/connector/hudi/HoodieUtil.java | 23 +++++++++++-------- .../hudi/HoodieTableConnectorTest.java | 23 +++++++++++-------- .../connector/jdbc/JDBCTableConnector.java | 23 +++++++++++-------- .../dsl/runtime/query/IncrMatchTest.java | 23 +++++++++++-------- .../store/paimon/BasePaimonGraphStore.java | 23 +++++++++++-------- .../geaflow/store/paimon/BasePaimonStore.java | 23 +++++++++++-------- .../geaflow/store/paimon/KVPaimonStore.java | 23 +++++++++++-------- .../store/paimon/PaimonConfigKeys.java | 23 +++++++++++-------- .../store/paimon/PaimonStoreBuilder.java | 23 +++++++++++-------- .../paimon/PaimonTableCatalogClient.java | 23 +++++++++++-------- .../store/paimon/PaimonTableRWHandle.java | 23 +++++++++++-------- .../paimon/StaticGraphPaimonStoreBase.java | 23 +++++++++++-------- .../store/paimon/iterator/PaimonIterator.java | 23 +++++++++++-------- .../store/paimon/proxy/IGraphPaimonProxy.java | 23 +++++++++++-------- .../store/paimon/proxy/IPaimonProxy.java | 23 +++++++++++-------- .../paimon/proxy/PaimonBaseGraphProxy.java | 23 +++++++++++-------- .../paimon/proxy/PaimonGraphRWProxy.java | 23 +++++++++++-------- .../paimon/proxy/PaimonProxyBuilder.java | 23 +++++++++++-------- pom.xml | 18 +++++++++++++++ 26 files changed, 371 insertions(+), 216 deletions(-) diff --git a/geaflow-kubernetes-operator/pom.xml b/geaflow-kubernetes-operator/pom.xml index d777e92e7..4c3c48093 100644 --- a/geaflow-kubernetes-operator/pom.xml +++ b/geaflow-kubernetes-operator/pom.xml @@ -268,6 +268,23 @@ true false 0 + + + AL2 + + Licensed to the Apache Software Foundation (ASF) under one + + + + + AL2 + ApacheLicense 2.0 + + + + AL2 + + false docs/**/** diff --git a/geaflow/geaflow-core/geaflow-runtime/geaflow-operator/src/main/java/com/antgroup/geaflow/operator/impl/graph/traversal/dynamic/DynamicGraphHelper.java b/geaflow/geaflow-core/geaflow-runtime/geaflow-operator/src/main/java/com/antgroup/geaflow/operator/impl/graph/traversal/dynamic/DynamicGraphHelper.java index 8875b8417..399bda059 100644 --- a/geaflow/geaflow-core/geaflow-runtime/geaflow-operator/src/main/java/com/antgroup/geaflow/operator/impl/graph/traversal/dynamic/DynamicGraphHelper.java +++ b/geaflow/geaflow-core/geaflow-runtime/geaflow-operator/src/main/java/com/antgroup/geaflow/operator/impl/graph/traversal/dynamic/DynamicGraphHelper.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.operator.impl.graph.traversal.dynamic; diff --git a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-hudi/src/main/java/com/antgroup/geaflow/dsl/connector/hudi/GeaFlowEngineContext.java b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-hudi/src/main/java/com/antgroup/geaflow/dsl/connector/hudi/GeaFlowEngineContext.java index 096dd5ccd..7a5a30b47 100644 --- a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-hudi/src/main/java/com/antgroup/geaflow/dsl/connector/hudi/GeaFlowEngineContext.java +++ b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-hudi/src/main/java/com/antgroup/geaflow/dsl/connector/hudi/GeaFlowEngineContext.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.dsl.connector.hudi; diff --git a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-hudi/src/main/java/com/antgroup/geaflow/dsl/connector/hudi/GeaFlowHoodieTableFileIndex.java b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-hudi/src/main/java/com/antgroup/geaflow/dsl/connector/hudi/GeaFlowHoodieTableFileIndex.java index 359c7c839..f1bffbd44 100644 --- a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-hudi/src/main/java/com/antgroup/geaflow/dsl/connector/hudi/GeaFlowHoodieTableFileIndex.java +++ b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-hudi/src/main/java/com/antgroup/geaflow/dsl/connector/hudi/GeaFlowHoodieTableFileIndex.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.dsl.connector.hudi; diff --git a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-hudi/src/main/java/com/antgroup/geaflow/dsl/connector/hudi/GeaFlowTaskContextSupplier.java b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-hudi/src/main/java/com/antgroup/geaflow/dsl/connector/hudi/GeaFlowTaskContextSupplier.java index b52e93f8b..695cfdf5e 100644 --- a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-hudi/src/main/java/com/antgroup/geaflow/dsl/connector/hudi/GeaFlowTaskContextSupplier.java +++ b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-hudi/src/main/java/com/antgroup/geaflow/dsl/connector/hudi/GeaFlowTaskContextSupplier.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.dsl.connector.hudi; diff --git a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-hudi/src/main/java/com/antgroup/geaflow/dsl/connector/hudi/HoodieTableConnector.java b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-hudi/src/main/java/com/antgroup/geaflow/dsl/connector/hudi/HoodieTableConnector.java index 2924be020..9485aa0ff 100644 --- a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-hudi/src/main/java/com/antgroup/geaflow/dsl/connector/hudi/HoodieTableConnector.java +++ b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-hudi/src/main/java/com/antgroup/geaflow/dsl/connector/hudi/HoodieTableConnector.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.dsl.connector.hudi; diff --git a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-hudi/src/main/java/com/antgroup/geaflow/dsl/connector/hudi/HoodieTableSource.java b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-hudi/src/main/java/com/antgroup/geaflow/dsl/connector/hudi/HoodieTableSource.java index 5f8ff8b71..761ba4bc3 100644 --- a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-hudi/src/main/java/com/antgroup/geaflow/dsl/connector/hudi/HoodieTableSource.java +++ b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-hudi/src/main/java/com/antgroup/geaflow/dsl/connector/hudi/HoodieTableSource.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.dsl.connector.hudi; diff --git a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-hudi/src/main/java/com/antgroup/geaflow/dsl/connector/hudi/HoodieUtil.java b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-hudi/src/main/java/com/antgroup/geaflow/dsl/connector/hudi/HoodieUtil.java index f347aa447..0f3c80cbd 100644 --- a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-hudi/src/main/java/com/antgroup/geaflow/dsl/connector/hudi/HoodieUtil.java +++ b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-hudi/src/main/java/com/antgroup/geaflow/dsl/connector/hudi/HoodieUtil.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.dsl.connector.hudi; diff --git a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-hudi/src/test/java/com/antgroup/geaflow/dsl/connector/hudi/HoodieTableConnectorTest.java b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-hudi/src/test/java/com/antgroup/geaflow/dsl/connector/hudi/HoodieTableConnectorTest.java index fa3c1bfe1..af77de4d2 100644 --- a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-hudi/src/test/java/com/antgroup/geaflow/dsl/connector/hudi/HoodieTableConnectorTest.java +++ b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-hudi/src/test/java/com/antgroup/geaflow/dsl/connector/hudi/HoodieTableConnectorTest.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.dsl.connector.hudi; diff --git a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-jdbc/src/main/java/com/antgroup/geaflow/dsl/connector/jdbc/JDBCTableConnector.java b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-jdbc/src/main/java/com/antgroup/geaflow/dsl/connector/jdbc/JDBCTableConnector.java index 114ce3a77..17117410d 100644 --- a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-jdbc/src/main/java/com/antgroup/geaflow/dsl/connector/jdbc/JDBCTableConnector.java +++ b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-jdbc/src/main/java/com/antgroup/geaflow/dsl/connector/jdbc/JDBCTableConnector.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.dsl.connector.jdbc; diff --git a/geaflow/geaflow-dsl/geaflow-dsl-runtime/src/test/java/com/antgroup/geaflow/dsl/runtime/query/IncrMatchTest.java b/geaflow/geaflow-dsl/geaflow-dsl-runtime/src/test/java/com/antgroup/geaflow/dsl/runtime/query/IncrMatchTest.java index 4a12ec1c9..db608dfdf 100644 --- a/geaflow/geaflow-dsl/geaflow-dsl-runtime/src/test/java/com/antgroup/geaflow/dsl/runtime/query/IncrMatchTest.java +++ b/geaflow/geaflow-dsl/geaflow-dsl-runtime/src/test/java/com/antgroup/geaflow/dsl/runtime/query/IncrMatchTest.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.dsl.runtime.query; diff --git a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/BasePaimonGraphStore.java b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/BasePaimonGraphStore.java index ec7600cf2..c9d09395c 100644 --- a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/BasePaimonGraphStore.java +++ b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/BasePaimonGraphStore.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.store.paimon; diff --git a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/BasePaimonStore.java b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/BasePaimonStore.java index 9871962f6..9780c1a93 100644 --- a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/BasePaimonStore.java +++ b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/BasePaimonStore.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.store.paimon; diff --git a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/KVPaimonStore.java b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/KVPaimonStore.java index 02856d284..636b2df79 100644 --- a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/KVPaimonStore.java +++ b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/KVPaimonStore.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.store.paimon; diff --git a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/PaimonConfigKeys.java b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/PaimonConfigKeys.java index 4a329fb58..c60e26181 100644 --- a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/PaimonConfigKeys.java +++ b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/PaimonConfigKeys.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.store.paimon; diff --git a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/PaimonStoreBuilder.java b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/PaimonStoreBuilder.java index e6b82e9c7..0e3e62203 100644 --- a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/PaimonStoreBuilder.java +++ b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/PaimonStoreBuilder.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.store.paimon; diff --git a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/PaimonTableCatalogClient.java b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/PaimonTableCatalogClient.java index ff95b1d6f..168769cdc 100644 --- a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/PaimonTableCatalogClient.java +++ b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/PaimonTableCatalogClient.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.store.paimon; diff --git a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/PaimonTableRWHandle.java b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/PaimonTableRWHandle.java index 38cf7c7c3..c1e21f5f6 100644 --- a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/PaimonTableRWHandle.java +++ b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/PaimonTableRWHandle.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.store.paimon; diff --git a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/StaticGraphPaimonStoreBase.java b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/StaticGraphPaimonStoreBase.java index 13f6963de..ffd74ea59 100644 --- a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/StaticGraphPaimonStoreBase.java +++ b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/StaticGraphPaimonStoreBase.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.store.paimon; diff --git a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/iterator/PaimonIterator.java b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/iterator/PaimonIterator.java index 864f328eb..35dcbdf5c 100644 --- a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/iterator/PaimonIterator.java +++ b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/iterator/PaimonIterator.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.store.paimon.iterator; diff --git a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/proxy/IGraphPaimonProxy.java b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/proxy/IGraphPaimonProxy.java index 132deaca3..cde586659 100644 --- a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/proxy/IGraphPaimonProxy.java +++ b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/proxy/IGraphPaimonProxy.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.store.paimon.proxy; diff --git a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/proxy/IPaimonProxy.java b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/proxy/IPaimonProxy.java index 834dcfced..11ee4055c 100644 --- a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/proxy/IPaimonProxy.java +++ b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/proxy/IPaimonProxy.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.store.paimon.proxy; diff --git a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/proxy/PaimonBaseGraphProxy.java b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/proxy/PaimonBaseGraphProxy.java index 640e2a357..b1af37b55 100644 --- a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/proxy/PaimonBaseGraphProxy.java +++ b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/proxy/PaimonBaseGraphProxy.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.store.paimon.proxy; diff --git a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/proxy/PaimonGraphRWProxy.java b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/proxy/PaimonGraphRWProxy.java index 883e5a0f5..6c53bf176 100644 --- a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/proxy/PaimonGraphRWProxy.java +++ b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/proxy/PaimonGraphRWProxy.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.store.paimon.proxy; diff --git a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/proxy/PaimonProxyBuilder.java b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/proxy/PaimonProxyBuilder.java index 5e16e603c..08d736925 100644 --- a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/proxy/PaimonProxyBuilder.java +++ b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-paimon/src/main/java/com/antgroup/geaflow/store/paimon/proxy/PaimonProxyBuilder.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.store.paimon.proxy; diff --git a/pom.xml b/pom.xml index 2fed555d1..4d3eba260 100644 --- a/pom.xml +++ b/pom.xml @@ -240,6 +240,23 @@ true false 0 + + + AL2 + + Licensed to the Apache Software Foundation (ASF) under one + + + + + AL2 + ApacheLicense 2.0 + + + + AL2 + + false docs/**/** @@ -268,6 +285,7 @@ **/**/Filter.template **/**/version.txt **/**/graph_data.fbs + **/**/Cargo.lock **/**/*.toml **/**/.helmignore **/**/templates/NOTES.txt From 1867e068190c5ef4425402dd25acf751238a96b4 Mon Sep 17 00:00:00 2001 From: "qingwen.zqw" Date: Fri, 14 Mar 2025 10:45:40 +0800 Subject: [PATCH 2/2] update --- .../file/sink/S3FileWriteHandler.java | 23 +++++++++++------- .../file/source/S3FileReadHandler.java | 23 +++++++++++------- .../dsl/connector/jdbc/JDBCConfigKeys.java | 23 +++++++++++------- .../dsl/connector/jdbc/JDBCTableSink.java | 23 +++++++++++------- .../dsl/connector/jdbc/JDBCTableSource.java | 23 +++++++++++------- .../dsl/connector/jdbc/util/JDBCUtils.java | 23 +++++++++++------- .../jdbc/JDBCTableConnectorTest.java | 23 +++++++++++------- .../geaflow/dsl/udf/graph/TriangleCount.java | 23 +++++++++++------- .../geaflow/dsl/runtime/query/JDBCTest.java | 23 +++++++++++------- .../geaflow/store/encoder/BaseEncoder.java | 24 ++++++++++++------- 10 files changed, 141 insertions(+), 90 deletions(-) diff --git a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-file/src/main/java/com/antgroup/geaflow/dsl/connector/file/sink/S3FileWriteHandler.java b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-file/src/main/java/com/antgroup/geaflow/dsl/connector/file/sink/S3FileWriteHandler.java index f978d5ae7..f5b9a2733 100644 --- a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-file/src/main/java/com/antgroup/geaflow/dsl/connector/file/sink/S3FileWriteHandler.java +++ b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-file/src/main/java/com/antgroup/geaflow/dsl/connector/file/sink/S3FileWriteHandler.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.dsl.connector.file.sink; diff --git a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-file/src/main/java/com/antgroup/geaflow/dsl/connector/file/source/S3FileReadHandler.java b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-file/src/main/java/com/antgroup/geaflow/dsl/connector/file/source/S3FileReadHandler.java index 9d58cbdf4..8825d78ac 100644 --- a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-file/src/main/java/com/antgroup/geaflow/dsl/connector/file/source/S3FileReadHandler.java +++ b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-file/src/main/java/com/antgroup/geaflow/dsl/connector/file/source/S3FileReadHandler.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.dsl.connector.file.source; diff --git a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-jdbc/src/main/java/com/antgroup/geaflow/dsl/connector/jdbc/JDBCConfigKeys.java b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-jdbc/src/main/java/com/antgroup/geaflow/dsl/connector/jdbc/JDBCConfigKeys.java index ac9ff77dd..ab567a755 100644 --- a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-jdbc/src/main/java/com/antgroup/geaflow/dsl/connector/jdbc/JDBCConfigKeys.java +++ b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-jdbc/src/main/java/com/antgroup/geaflow/dsl/connector/jdbc/JDBCConfigKeys.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.dsl.connector.jdbc; diff --git a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-jdbc/src/main/java/com/antgroup/geaflow/dsl/connector/jdbc/JDBCTableSink.java b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-jdbc/src/main/java/com/antgroup/geaflow/dsl/connector/jdbc/JDBCTableSink.java index 5ae1c87d1..741b47c9e 100644 --- a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-jdbc/src/main/java/com/antgroup/geaflow/dsl/connector/jdbc/JDBCTableSink.java +++ b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-jdbc/src/main/java/com/antgroup/geaflow/dsl/connector/jdbc/JDBCTableSink.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.dsl.connector.jdbc; diff --git a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-jdbc/src/main/java/com/antgroup/geaflow/dsl/connector/jdbc/JDBCTableSource.java b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-jdbc/src/main/java/com/antgroup/geaflow/dsl/connector/jdbc/JDBCTableSource.java index 49b904407..4b9f04ab5 100644 --- a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-jdbc/src/main/java/com/antgroup/geaflow/dsl/connector/jdbc/JDBCTableSource.java +++ b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-jdbc/src/main/java/com/antgroup/geaflow/dsl/connector/jdbc/JDBCTableSource.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.dsl.connector.jdbc; diff --git a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-jdbc/src/main/java/com/antgroup/geaflow/dsl/connector/jdbc/util/JDBCUtils.java b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-jdbc/src/main/java/com/antgroup/geaflow/dsl/connector/jdbc/util/JDBCUtils.java index 36971fe72..f40be96cc 100644 --- a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-jdbc/src/main/java/com/antgroup/geaflow/dsl/connector/jdbc/util/JDBCUtils.java +++ b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-jdbc/src/main/java/com/antgroup/geaflow/dsl/connector/jdbc/util/JDBCUtils.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.dsl.connector.jdbc.util; diff --git a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-jdbc/src/test/java/com/antgroup/geaflow/dsl/connector/jdbc/JDBCTableConnectorTest.java b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-jdbc/src/test/java/com/antgroup/geaflow/dsl/connector/jdbc/JDBCTableConnectorTest.java index a045cc2c8..a4dfe0456 100644 --- a/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-jdbc/src/test/java/com/antgroup/geaflow/dsl/connector/jdbc/JDBCTableConnectorTest.java +++ b/geaflow/geaflow-dsl/geaflow-dsl-connector/geaflow-dsl-connector-jdbc/src/test/java/com/antgroup/geaflow/dsl/connector/jdbc/JDBCTableConnectorTest.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.dsl.connector.jdbc; diff --git a/geaflow/geaflow-dsl/geaflow-dsl-plan/src/main/java/com/antgroup/geaflow/dsl/udf/graph/TriangleCount.java b/geaflow/geaflow-dsl/geaflow-dsl-plan/src/main/java/com/antgroup/geaflow/dsl/udf/graph/TriangleCount.java index fccb5cdce..fc72fa931 100644 --- a/geaflow/geaflow-dsl/geaflow-dsl-plan/src/main/java/com/antgroup/geaflow/dsl/udf/graph/TriangleCount.java +++ b/geaflow/geaflow-dsl/geaflow-dsl-plan/src/main/java/com/antgroup/geaflow/dsl/udf/graph/TriangleCount.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.dsl.udf.graph; diff --git a/geaflow/geaflow-dsl/geaflow-dsl-runtime/src/test/java/com/antgroup/geaflow/dsl/runtime/query/JDBCTest.java b/geaflow/geaflow-dsl/geaflow-dsl-runtime/src/test/java/com/antgroup/geaflow/dsl/runtime/query/JDBCTest.java index f5c140808..20ad8a151 100644 --- a/geaflow/geaflow-dsl/geaflow-dsl-runtime/src/test/java/com/antgroup/geaflow/dsl/runtime/query/JDBCTest.java +++ b/geaflow/geaflow-dsl/geaflow-dsl-runtime/src/test/java/com/antgroup/geaflow/dsl/runtime/query/JDBCTest.java @@ -1,15 +1,20 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ package com.antgroup.geaflow.dsl.runtime.query; diff --git a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-api/src/main/java/com/antgroup/geaflow/store/encoder/BaseEncoder.java b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-api/src/main/java/com/antgroup/geaflow/store/encoder/BaseEncoder.java index 299514275..b44d964c6 100644 --- a/geaflow/geaflow-plugins/geaflow-store/geaflow-store-api/src/main/java/com/antgroup/geaflow/store/encoder/BaseEncoder.java +++ b/geaflow/geaflow-plugins/geaflow-store/geaflow-store-api/src/main/java/com/antgroup/geaflow/store/encoder/BaseEncoder.java @@ -1,16 +1,22 @@ /* - * Copyright 2023 AntGroup CO., Ltd. + * 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 * - * Licensed 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 * - * 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. + * 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. */ + package com.antgroup.geaflow.store.encoder; import com.antgroup.geaflow.common.type.IType;