This is an automated email from the ASF dual-hosted git repository. yufei pushed a commit to tag apache-polaris-1.0.0-incubating-rc4 in repository https://gitbox.apache.org/repos/asf/polaris.git
commit 0e901982e47cae94f6934ea14e1d868d92fa13ba Author: Russell Spitzer <[email protected]> AuthorDate: Fri Jun 27 15:59:01 2025 -0500 fix: Typo in Spark Client Build File (#1969) debugrmation --- plugins/spark/v3.5/spark/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/spark/v3.5/spark/build.gradle.kts b/plugins/spark/v3.5/spark/build.gradle.kts index e0e8488b4..797b27f7d 100644 --- a/plugins/spark/v3.5/spark/build.gradle.kts +++ b/plugins/spark/v3.5/spark/build.gradle.kts @@ -1,7 +1,7 @@ /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional debugrmation + * 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
