Luis Chaves Rodriguez
Luis Chaves Rodriguez
Hello, first of thank you so much for such an amazing package. I have built a thin wrapper around this package that turns the generated VBA code to SAS supporting...
**Is your feature request related to a problem? Please describe.** Hi! I mostly work with parquet and csv files but there are also some `orc` files in the db I...
**Describe the bug** When my HDFS Kerbersised BlazingSQL `Connection` object is created it generates a lot of warnings and errors but the connection actually works, how can I remove the...
**Describe the bug** I get the following error when creating a table with a pyhive cursor: ```python from blazingsql import BlazingContext from pyhive import hive cursor = hive.Connection( host="{hive_edge_node_url}", username...
**Describe the bug** I am trying to read some parquet files that were created with hive (`STORED as PARQUET`) and I get an error saying `KeyError: 26`. I've enabled the...
**Describe the bug** I am trying to set up a single node, multi GPU notebook following [the documentation](https://docs.blazingdb.com/docs/distributed#single-node---single-or-multiple-gpus-in-a-single-machine) but I get the following error: ``` HDFS list directory failed, errno:...
Hello, umap.plot.points does not seem to support a colour bar when colouring the points with continuous values, is this a design choice? I've tried ```python umap.plot.points(umap_object, values = array_of_numbers) plt.colorbar()...
I know that umap.plot return matplotlib.pyplot axes but I cannot get my head around making a subplot (as in a 2D array of `umap.plot`s) I am trying: ```python import matplotlib.pyplot...
Hello guys, I've been *watch*ing this project for a while and my only option to use this project is to connect to my DB endpoints via ODBC. Unfortunately I have...
Hello I was wondering if anyone has a demo on how to expand the options of the context menu from a grid (the one that comes out when you right...