Skip to content

Commit

Permalink
Merge branch 'ARROW-37378' of https://github.com/R-JunmingChen/arrow
Browse files Browse the repository at this point in the history
…into ARROW-37378
  • Loading branch information
R-JunmingChen committed Sep 26, 2023
2 parents a8c9642 + 126761e commit f6da942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/compute/kernels/vector_dictionary.cc
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Result<std::unique_ptr<KernelState>> DictionaryCompactInit(KernelContext* ctx,

Status DictionaryCompactExec(KernelContext* ctx, const ExecSpan& batch, ExecResult* out) {
if (batch[0].is_scalar()) {
return Status::TypeError("Expected an Array or a Chunked Array");
return Status::NotImplemented("DictionaryCompacting Scalars");
}

const DictionaryCompactKernel& Kernel =
Expand Down

0 comments on commit f6da942

Please sign in to comment.