Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Mar 20, 2024
1 parent b803062 commit 540d513
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datafusion/functions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ string_expressions = []
core_expressions = []
# enable datetime functions
datetime_expressions = []
# Enable encoding by default so the doctests work. In general don't automatically enable all packages.
default = [
"core_expressions",
"datetime_expressions",
Expand All @@ -43,7 +44,7 @@ default = [
"regex_expressions",
"crypto_expressions",
"string_expressions",
] # Enable encoding by default so the doctests work. In general don't automatically enable all packages.
]
# enable encode/decode functions
encoding_expressions = ["base64", "hex"]
# enable math functions
Expand Down

0 comments on commit 540d513

Please sign in to comment.