felipeblazing

Results 18 comments of felipeblazing

What steps did you take to install if you did not use conda? Did you build from source? If so did you follow the nightly or stable process on readme?...

std::map at the top of messagelistener.cpp is NOT thread safe adn needs to be. it cuases issues when the number of rals increases.

Why should we use config options still and not just make them nbamed arguments of Blazing ContexT?

It only works in 0.20 and onwards that is correct.

It is pretty easy to make something like a flask app that provides a json interface by taking input that is either a query itself or converts your request into...

This isn't a high priority issue for us right now but you could accomplish this yourself by doing something like. ``` bc.create_table("table_name", bc.sql("select col_ as name1, col_2 as name2 from...

If we want inequality joins we may not be able to wait for these primitives to exist on the CUDF side. One of the issues above is closed and the...

Im not sure combination is the right way to go here. I think we need to pick hopefully one strategy for the first implemenation. I am currently reviewing literature on...