Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilson committed Nov 3, 2024
1 parent cadb72c commit f1f7c99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/src/arrow/engine/substrait/extension_set.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,8 @@ struct DefaultExtensionIdRegistry : ExtensionIdRegistryImpl {

// Mappings either without a _checked variant or substrait has no overflow option
for (const auto& function_name :
{"exp", "sign", "cos", "cosh", "sin", "sinh", "tan", "tanh", "acos", "acosh", "asin", "asinh", "atan", "atanh", "atan2"}) {
{"exp", "sign", "cos", "cosh", "sin", "sinh", "tan", "tanh", "acos", "acosh",
"asin", "asinh", "atan", "atanh", "atan2"}) {
DCHECK_OK(
AddSubstraitCallToArrow({kSubstraitArithmeticFunctionsUri, function_name},
DecodeOptionlessUncheckedArithmetic(function_name)));
Expand Down

0 comments on commit f1f7c99

Please sign in to comment.