Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
fix sort codegen
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Zhou <[email protected]>
  • Loading branch information
zhouyuan committed Feb 26, 2021
1 parent c959e3d commit 414bbc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/codegen/arrow_compute/ext/sort_kernel.cc
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ class SortArraysToIndicesKernel::Impl {
//#include "third_party/ska_sort.hpp"
//#include "third_party/timsort.hpp"
return R"(
#include "precompile/libwscg.hpp"
using namespace sparkcolumnarplugin::precompile;
class TypedSorterImpl : public CodeGenBase {
Expand Down

0 comments on commit 414bbc2

Please sign in to comment.