This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 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 b54e3befb [hotfix] Fix compile in spark
CreateAndDeleteBranchProcedureTest
b54e3befb is described below
commit b54e3befb4c89dcc28d105865c9741f2044202e1
Author: Jingsong <[email protected]>
AuthorDate: Mon Jun 17 17:56:53 2024 +0800
[hotfix] Fix compile in spark CreateAndDeleteBranchProcedureTest
---
.../paimon/spark/procedure/CreateAndDeleteBranchProcedureTest.scala | 1 +
1 file changed, 1 insertion(+)
diff --git
a/paimon-spark/paimon-spark-common/src/test/scala/org/apache/paimon/spark/procedure/CreateAndDeleteBranchProcedureTest.scala
b/paimon-spark/paimon-spark-common/src/test/scala/org/apache/paimon/spark/procedure/CreateAndDeleteBranchProcedureTest.scala
index a45bce692..459ebf4ab 100644
---
a/paimon-spark/paimon-spark-common/src/test/scala/org/apache/paimon/spark/procedure/CreateAndDeleteBranchProcedureTest.scala
+++
b/paimon-spark/paimon-spark-common/src/test/scala/org/apache/paimon/spark/procedure/CreateAndDeleteBranchProcedureTest.scala
@@ -15,6 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
package org.apache.paimon.spark.procedure
import org.apache.paimon.spark.PaimonSparkTestBase