From a898625de1b4a8f197d13929c925d9aa2d8d7eb3 Mon Sep 17 00:00:00 2001 From: fanng Date: Sun, 7 Jul 2024 20:01:08 +0800 Subject: [PATCH] fix --- .../test/sql/SparkSQLRegressionTest33.java | 19 ++++++++++++++++--- .../test/sql/SparkSQLRegressionTest34.java | 19 ++++++++++++++++--- .../test/sql/SparkSQLRegressionTest35.java | 19 ++++++++++++++++--- 3 files changed, 48 insertions(+), 9 deletions(-) diff --git a/spark-connector/v3.3/spark/src/test/java/com/datastrato/gravitino/spark/connector/integration/test/sql/SparkSQLRegressionTest33.java b/spark-connector/v3.3/spark/src/test/java/com/datastrato/gravitino/spark/connector/integration/test/sql/SparkSQLRegressionTest33.java index 029ddb2011f..4cb8e919637 100644 --- a/spark-connector/v3.3/spark/src/test/java/com/datastrato/gravitino/spark/connector/integration/test/sql/SparkSQLRegressionTest33.java +++ b/spark-connector/v3.3/spark/src/test/java/com/datastrato/gravitino/spark/connector/integration/test/sql/SparkSQLRegressionTest33.java @@ -1,8 +1,21 @@ /* - * Copyright 2024 Datastrato Pvt Ltd. - * This software is licensed under the Apache License version 2. + * 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. */ - package com.datastrato.gravitino.spark.connector.integration.test.sql; public class SparkSQLRegressionTest33 extends SparkSQLRegressionTest {} diff --git a/spark-connector/v3.4/spark/src/test/java/com/datastrato/gravitino/spark/connector/integration/test/sql/SparkSQLRegressionTest34.java b/spark-connector/v3.4/spark/src/test/java/com/datastrato/gravitino/spark/connector/integration/test/sql/SparkSQLRegressionTest34.java index 6f8566a23ff..7ee3336180b 100644 --- a/spark-connector/v3.4/spark/src/test/java/com/datastrato/gravitino/spark/connector/integration/test/sql/SparkSQLRegressionTest34.java +++ b/spark-connector/v3.4/spark/src/test/java/com/datastrato/gravitino/spark/connector/integration/test/sql/SparkSQLRegressionTest34.java @@ -1,8 +1,21 @@ /* - * Copyright 2024 Datastrato Pvt Ltd. - * This software is licensed under the Apache License version 2. + * 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. */ - package com.datastrato.gravitino.spark.connector.integration.test.sql; public class SparkSQLRegressionTest34 extends SparkSQLRegressionTest {} diff --git a/spark-connector/v3.5/spark/src/test/java/com/datastrato/gravitino/spark/connector/integration/test/sql/SparkSQLRegressionTest35.java b/spark-connector/v3.5/spark/src/test/java/com/datastrato/gravitino/spark/connector/integration/test/sql/SparkSQLRegressionTest35.java index 8c80921d220..1c2d2280d21 100644 --- a/spark-connector/v3.5/spark/src/test/java/com/datastrato/gravitino/spark/connector/integration/test/sql/SparkSQLRegressionTest35.java +++ b/spark-connector/v3.5/spark/src/test/java/com/datastrato/gravitino/spark/connector/integration/test/sql/SparkSQLRegressionTest35.java @@ -1,8 +1,21 @@ /* - * Copyright 2024 Datastrato Pvt Ltd. - * This software is licensed under the Apache License version 2. + * 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. */ - package com.datastrato.gravitino.spark.connector.integration.test.sql; public class SparkSQLRegressionTest35 extends SparkSQLRegressionTest {}