Luis Chaves Rodriguez
Luis Chaves Rodriguez
> 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 @wmalpica could...
I understand, matplotlib is often a pain to work with. I have a short function that mostly emulates umap.plot.points with colorbar and subplots support. I’ll pass it on here soon....
In the end I went for a homemade solution and re-wrote a UMAP.plot function that takes in an ax argument. I may look into the code to add that functionality...
Hi @marimeireles, any advice? :)
Hi again, I've managed to connect to ODBC on Windows. My previous attempt was through the WSL (version 1) and it did not seem to find the backend odbc library...
This feature would still be amazing to have in 2020!
Hey I am looking for a solution to this too. I don't know much about the pyhive backend but I think a solution could be use to fork the pyhive...
Hello, I keep getting this too when polling a cursor from a single Connection object. My first thought it that maybe the current/previous operation needs to be closed using `cursor.close()`...
It would be really useful to have this merged to master. We currently parse the exceptions manually to provide a pretty print digested error log. Is there any reason for...
Hey @kenorb this really helped, thank you!