Tomek Drabas

Results 9 comments of Tomek Drabas

@Christian8491 I can try nightly and circle back. The kernel simply halts and restarts without any communication to the user.

@Christian8491 I run this code on the rapids-nightly in beta: ```python from blazingsql import BlazingContext bc = BlazingContext() bc.s3('bsql', bucket_name = 'bsql') bc.create_table('taxi', 's3://bsql/data/samples/test.json', lines=True) df = bc.sql(''' SELECT *...

Correct. But the same code works in rapids-stable. I think our nightly env is broken. cc: @mario21ic

@Christian8491 Update: on `rapids-nightly` the code from my previous comment using a single GPU runs correctly now. However, if I use Dask then I get errors. Repro: ```python from blazingsql...

Thanks @jvanstraten. You're right about the `exp` not being defined for ints - I changed the calls and added `_checked` method too. I agree that currently all the `_checked` methods...

This is still showing up on my Mac M1 as of 9/28/22. I'll try to see if the `TargetConditionals.h` are included in `folly-config.h` but I simply followed the instructions from...

@westonpace @rok Thanks guys! I had this on my radar for this week. I addressed the comments but would be great if @rok could have another look -- much appreciated!