Skip to content

Commit 7502951

Browse files
committed
fix merge conflict with main
1 parent be4a043 commit 7502951

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

cpp/src/arrow/compute/kernels/codegen_internal.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,8 @@ ARROW_EXPORT Result<TypeHolder> LastType(KernelContext*,
482482
ARROW_EXPORT Result<TypeHolder> ListValuesType(KernelContext* ctx,
483483
const std::vector<TypeHolder>& types);
484484
ARROW_EXPORT Result<TypeHolder> MaxPrecisionDecimalType(
485-
KernelContext*, const std::vector<TypeHolder>& types);
485+
KernelContext*, const std::vector<TypeHolder>& types);
486+
486487
// ----------------------------------------------------------------------
487488
// Helpers for iterating over common DataType instances for adding kernels to
488489
// functions

cpp/submodules/parquet-testing

Submodule parquet-testing updated 69 files

0 commit comments

Comments
 (0)