Artem Alekseev

Results 9 comments of Artem Alekseev

This issue is also mentioned here https://github.com/omnisci/omniscidb/issues/557

@tmostak I've just checked on the current master, and it looks, like the problem still exists. Reproducer is in issue description.

I have the same problem on ARM64 CPU, @ibrahimtkk were you able to resolve this issue?

It seems, like we need to remap category type in python from arrow::dictionary to arrow::utf8, because FSI does not support arrow dictionary and arrow creates separate dictionaries for each chunk.

@anmyachev we are waiting a small fix from omnisci team. See https://github.com/modin-project/modin/issues/2747.

I've implemented none encoded string support in the ArrowResultSetConverter. So, it shouldn't be a blocker anymore.

@Quasilyte, possibly duplicate of #72?