Pau Tallada Crespí
Pau Tallada Crespí
I've been experimenting how to retrieve Hive resultsets in a more efficient way than a list of python tuples. For efficient computation, we need columnar representation and preferrably in contiguous...
Hi, First of all, congratulations for all the work! This is super interesting 😃 I saw you published here (https://blog.bigml.com/2012/06/18/bigmls-fancy-histograms/) several examples. I am unable to find any code example...
#### Minimal, reproducible code sample, a copy-pastable example if possible ```python import zarr zeros = zarr.zeros((262144,), chunks=32*1024, dtype='f4', compressor=None) print(zeros.compressor) # None g = zarr.open_group('test.zarr', mode='w') g['zeros'] = zeros print(g['zeros'].compressor...
Hi! I have a model with some relationships configured with collection_class=set. But when I try to insert a new record it tries to call the constructor with the collection as...
Hi, I've configured the latest version of rclone to interface with our Hadoop cluster. Running on one of the nodes of the cluster I can ls, mkdir and rmdir, but...
### Summary The render() method of Template class generates the entire content of the template at once. But for large content, this can be inadequate. For instance, for jinja2 one...
Hi, it would be nice to support gz (or bz2) compressed FITS files.
Hi Julien, I've been using this wonderful software to read and ingest very large FITS files into Apache Hive. This week I've encountered an issue when reading a large FITS...