This is an automated email from the ASF dual-hosted git repository.

yao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a58b849484e Revert "[SPARK-55277][SQL] Add `protobuf_funcs` group for 
Protobuf SQL functions"
4a58b849484e is described below

commit 4a58b849484e5c36c612ef0cc882b257c58843bb
Author: Kent Yao <[email protected]>
AuthorDate: Fri Jan 30 15:32:16 2026 +0800

    Revert "[SPARK-55277][SQL] Add `protobuf_funcs` group for Protobuf SQL 
functions"
    
    This reverts commit efdb49239d624ee895b5ea62f7ca8be0bc768dd9.
---
 .../spark/sql/catalyst/expressions/toFromProtobufSqlFunctions.scala   | 4 ++--
 sql/gen-sql-functions-docs.py                                         | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/toFromProtobufSqlFunctions.scala
 
b/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/toFromProtobufSqlFunctions.scala
index b93b389ae23b..d6167d925bd2 100644
--- 
a/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/toFromProtobufSqlFunctions.scala
+++ 
b/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/toFromProtobufSqlFunctions.scala
@@ -58,7 +58,7 @@ import org.apache.spark.util.Utils
     To deserialize the data with a compatible and evolved schema, the expected 
Protobuf schema can be
     set via the corresponding option.
   """,
-  group = "protobuf_funcs",
+  group = "misc_funcs",
   since = "4.0.0"
 )
 // scalastyle:on line.size.limit
@@ -195,7 +195,7 @@ case class FromProtobuf(
       > SELECT _FUNC_(s, 'Person', '/path/to/descriptor.desc', 
map('emitDefaultValues', 'true')) IS NULL FROM (SELECT NULL AS s);
        [true]
   """,
-  group = "protobuf_funcs",
+  group = "misc_funcs",
   since = "4.0.0"
 )
 // scalastyle:on line.size.limit
diff --git a/sql/gen-sql-functions-docs.py b/sql/gen-sql-functions-docs.py
index b43b26e03b9c..9cc478e5cadf 100644
--- a/sql/gen-sql-functions-docs.py
+++ b/sql/gen-sql-functions-docs.py
@@ -36,7 +36,7 @@ groups = {
     "bitwise_funcs", "conversion_funcs", "csv_funcs",
     "xml_funcs", "lambda_funcs", "collection_funcs",
     "url_funcs", "hash_funcs", "struct_funcs",
-    "table_funcs", "variant_funcs", "protobuf_funcs"
+    "table_funcs", "variant_funcs"
 }
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to