-
hi all, I'm tryin to use {duckplyr} as a dependency in one of my packages but I'm facing a strange problem. Basically, my package downloads and caches locally a few parquet files that it then uses to…
-
The parquet-site has not been updated for a long time while the parquet-format has added new changes. We need to update the site to match those changes.
**Reporter**: [Gang Wu](https://issues.apache.…
-
### What happened + What you expected to happen
## The bug
Context:
* I have some parquet files on an azure blob storage
* I have deployed a ray cluster on kubernetes (azure) using the helm char…
-
### What can be improved?
Parquet is a fast and highly compressible open source file type for tabular data. Compared to csvs it can save around 10x the storage space. It is already integrated with Pa…
-
Parquet modular encryption provides a column encryption feature. It would be great to have that in Presto. Due to the slowness of the PresteoDB, I would like to start the feature in TrinoDB. The origi…
-
First time user of the library, so I may be doing something obviously wrong -- but the API and lack of documentation doesn't help.
Here is my code, that is trying to parse samples from this [Huggin…
-
This is similar to issue (#99)
-
I downloaded the latest flatpak both from the default repo that ships with SilverBlue and the one with flathab manual install (https://flathub.org/apps/org.qgis.qgis)
Both of these versions could not…
-
I'm having difficulty reading columns of type []int32.
This works as expected:
```
package main
import (
"fmt"
"os"
"github.com/parquet-go/parquet-go"
)
type MyStruct struct {
…
-
When you normally do `COPY FROM/TO` on heap tables, they show up in `pg_stat_progress_copy ` view.
With pg_parquet, when I do `COPY .. TO .. (parquet)`, the view is not populated:
```sql
select …