felipecrv commented on code in PR #38965:
URL: https://github.com/apache/arrow/pull/38965#discussion_r1442088136
##########
cpp/src/arrow/compute/kernels/vector_run_end_encode.cc:
##########
@@ -30,11 +30,11 @@ namespace compute {
namespace internal {
namespace {
-struct RunEndEncondingState : public KernelState {
- explicit RunEndEncondingState(std::shared_ptr<DataType> run_end_type)
+struct RunEndEncodingState : public KernelState {
+ explicit RunEndEncodingState(std::shared_ptr<DataType> run_end_type)
: run_end_type{std::move(run_end_type)} {}
- ~RunEndEncondingState() override = default;
+ ~RunEndEncodingState() override = default;
Review Comment:
I wrote this 🤡
--
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]