Jonas Irgens Kylling
Jonas Irgens Kylling
I've changed the code to fall back to the old implementation in tests. We do similar tricks in the GCS and HDFS implementations. By moving the S3 specific code to...
> Sorry for the delay. This is a great improvement. Do you have any idea which Hadoop version is the minimum required version? Ideally we would need to fallback to...
> > Sorry for the delay. This is a great improvement. Do you have any idea which Hadoop version is the minimum required version? Ideally we would need to fallback...
> Hi @jkylling - what environment are you running this integration test on? > > I've found a strange shading error on EMR 6.6, for example, and I'm not sure...
@zsxwing @scottsand-db Thank you for the thorough reviews. I'm on vacation for some weeks now and will be a bit slower to address this, but I'll get to it eventually....
Hi @scottsand-db . Thanks for looking into this. I'll open a PR.
Thank you for clearing this up.
This also happens for block `0x15dd685`.
Hi! Yes, I've noticed that `java.math.BigDecimal` is supported, but it looks like in the resulting schema the type can only be `Decimal(38, 18)`. It would be useful to be able...
Just support for `BigInteger` would be perfect, and probably cover most use cases. `DecimalType.SYSTEM_DEFAULT()` is `Decimal(38, 18)` right, so something else would be needed for `Decimal(38, 0)`?