alamb commented on code in PR #9390:
URL: https://github.com/apache/arrow-datafusion/pull/9390#discussion_r1506434750


##########
datafusion/functions/src/lib.rs:
##########
@@ -90,14 +90,25 @@ pub mod macros;
 pub mod core;
 make_stub_package!(core, "core_expressions");
 
-make_package!(
-    encoding,
-    "encoding_expressions",
-    "Hex and binary `encode` and `decode` functions."
-);
+/// Encoding expressions.

Review Comment:
   This is the actual change of this PR. The rest of the PR is the result of 
running `cargo fmt` and checking it in



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to