-
Got race condition in an older version so I upgraded to latest master branch but still get:`
```
WARNING: DATA RACE
Read at 0x00c000a5dc50 by goroutine 714:
github.com/xitongsys/parquet-go/wri…
-
### What happens?
I'm building DuckDB 1.1 on RaspberryPi 5 (Bookworm, 32-bit edition), with this
```
~/build/duckdb-1.1.0/build $ cmake .. --install-prefix /opt/duckdb
make -j4
```
[Duckdb11Conf…
-
I would like to use parquet-wasm in my vite project but have been unable to initialize. Here is how I am trying to initialize, also I added the vite-plugin-wasm in my vite.config.ts. I get this error(…
-
## v0.6.0 planning
### Core
- [ ] Unify the memory management of index and data
- [ ] Use memory usage to decide when flush the memory index
- [ ] Switch for near-real-time and real-time index
…
-
In some cases, users will need to specify the logical type in the `schema` field. Details here: https://github.com/apache/parquet-format/blob/master/LogicalTypes.md
For example, when using `type: B…
-
It is not convenient to install Java-based parquet tools. There is at least one python lib for work with parquet [pyarrow](https://arrow.apache.org/docs/python/parquet.html).
There are some advantag…
-
PARQUET-1851 starts abandon to write parquet files with schema (meta information), but with 0 rows, aka empty files.
In result it prevent to store empty tables in DRILL by using parquet files, for ex…
-
Build `parquet-mr/parquet-tools` per [these instructions](https://community.hortonworks.com/articles/73952/build-and-use-parquet-tools-to-read-parquet-files.html).
Then run its `cat` command to dum…
-
### Apache Iceberg version
main (development)
### Please describe the bug 🐞
According to the [parquet data type mappings spec](https://iceberg.apache.org/spec/#parquet). `DecimalType` should …
-
Maybe the filtering will make this moot - but in some cases at least "structure" column can be all NULL (`None`) in the output and then this is by default interpreted as `int` in writing out to parque…