Results 2 issues of bagrorg

Greetings! While using `std::sort` with `oneapi::dpl::execution::device_policy`, an exception occurs on a large amount of data. Sorting was performed on the CPU. Also, when using the usual `std::sort` or `tbb::parallel_sort`, everything...

bug

Hi everyone! I have the following code in `test.py`: ```python import pyhdk import pyarrow as pa import numpy as np pyhdk.initLogger(debug_logs=True) arr = np.linspace(0, 100000, 30) arr2 = np.linspace(10, 300000,...