Luis Chaves Rodriguez
Luis Chaves Rodriguez
Hello, is there an expected date for the support of custom non python magic (e.g. `%%sql`)? I have seen in another issue that R cells from `rpy2` are already supported.
Thanks for the reply @mwouts , I will try this tomorrow and I guess it should work. Is there a known way to set this up globally? And is there...
### Not working with double magic Hi @mwouts ,using `custom_cell_magics` works well, unfortunately it does not work with several magic operators in a single cell: in my use case I...
Hello @StrikerRUS! I have been working on this for the last week and I am close to submit a PR :) (I actually will be interacting from a different GH...
Managed to temporarily fix this by changing the base table to use DOUBLE instead of DECIMAL to store float values. It would be nice if DECIMAL type is supported or...
Thanks for this too! Was #1550 merged in bsql-0.20?
Hi @williamBlazing, yes, my setup works if I don't use `dask_cuda`
@williamBlazing That is exactly it! I've also thought is something is off with the dask_client's connection (tcp:127.0.0.1:PORT) I am not really familiar with dask so I cannot do much debugging,...
According to [this hive issue](https://issues.apache.org/jira/browse/HIVE-7189), this is a problem with ORC tables create through hive and given that issue was reported in 2016 and it is still open I think...
Thanks for the swift replies as always! Regarding the hive connection, have you seen any performance difference between using the HDFS connector vs the Hive connector? @williamBlazing