Gang Wu

Results 304 comments of Gang Wu

FYI: there was a discussion on the dev@parquet ML https://lists.apache.org/thread/jhhxlsq963mx3qs87rtknn0vwdnp79fh

Do you want to raise this at [email protected]? I'm afraid that there isn't enough audience here. @aadant

From the error message, it seems that the thrift deserialization uses a somewhat incompatible thrift protocol to deserialize parquet metadata. If the thrift protocol used to write the parquet file...

Thanks for pinging me @Fokko! I agree that `FixedSizeBinary` is more appropriate than `Binary`. However, I would argue that it is invalid to use INT96 for non-timestamp type. So I...

IIUC, `file://` is the scheme used by Hadoop. Is it possible to remove the prefix in your case? cc @dlvenable as this issue is related to https://github.com/apache/parquet-java/pull/1376

This is a regression introduced by https://github.com/apache/parquet-java/pull/1376. I don't think we can work around it easily. Should we revert that commit? @ggershinsky @gszadovszky?

@martin-frydl Have you tried to use `Path file = new Path(out.parquet");` instead of `Path file = new Path(new File("out.parquet").toURI());`. I debugged it a little bit. It seems that `File.toURI()` prepends...

Could you please have a try on https://github.com/apache/parquet-java/pull/3038? @martin-frydl

I'm not familiar with Meson internals but it looks reasonable to me. cc @kou

Let me try to reproduce it on my side. Is it a stable failure on your side? @WillAyd