-
Hello, I want to use your extensions but am unable to get past the #1 step - make install.
I have Mojave 10.14, all XCODE tools are installed
Here's what I get
```bash
me@[parquet_fdw]
>> …
-
QGIS now supports [GeoParquet](https://github.com/qgis/QGIS/issues/48517), using GDAL's drivers. It looks like GDAL 3.6.0 is shipped which has support for this
Arrow is an optional dependency which…
-
Right now it does not:
```
$ parquet-tools schema -f go testdata/map-composite-value.parquet
parquet-tools: error: go struct does not support composite type as map value in field [Parquet_go_root…
-
### Describe the bug, including details regarding any error messages, version, and platform.
Full repro: [runsascoded/parquet-diff-test](https://github.com/runsascoded/parquet-diff-test)
[This G…
-
Hi,
The extension fails to load the attached parquet file (zipped as github doesn't accept .parquet files).
I am able to read the plain file with pandas.
The error in "Runtime Status" is "inva…
-
I'm having a small issue when trying to install {duckdb} extensions on my Windows machine. I suspect this is because duckdb is pointing to a `http` url, instead of a `https` url. See reprex and R sess…
-
When merging footers, Parquet doesn't know how to merge conflicting user defined key-value metadata entries, and simply throws. It would be better to provide callbacks to let users define metadata mer…
-
FWIW, we can copy it in R with:
```r
library(gdalraster)
set_config_option("AZURE_STORAGE_ACCOUNT", "pcstacitems")
f [1] TRUE
vsi_stat(f, "size")
#> integer64
#> [1] 16470860
vsi_copy_file(…
-
## Motivation
Arrow is increasingly becoming a Lingua Franca interchange format in the data world. Its aims are to have efficient in memory representations of data structures that allow zero-copy r…
snth updated
3 months ago
-
Creating a Jira per this thread:
1. clone parquet-mr and build the repo locally
1. run parquet-cli without Hadoop (according to this ReadMe )
1. try a command that deserializes data such as cat …