Willi Raschkowski

Results 20 comments of Willi Raschkowski

Oh, I noticed https://github.com/palantir/gradle-git-version/pull/50 and https://github.com/palantir/sls-packaging/pull/202. It looks like sls-packing allows `.dirty` already, but sls-version-java doesn't.

I see, if that's the spec that makes sense. Perhaps you'd take a `gitVersionClean()` that will not add `.dirty`?

Sorry about that. I filed an issue here: https://github.com/palantir/gradle-baseline/issues/1567. Until that's resolved you can skip the failing task using `./gradlew build -x scalaStyle`.

@Loudegaste, neither Snowflake's connector nor Foundry seem to do anything additional about redacting the `pem_private_key`. They just rely on Spark's built-in redaction mechanism. Spark, when rendering the query plan, just...

I think the `toPrettyJson` errors seen here are reported in [PARQUET-2468](https://issues.apache.org/jira/browse/PARQUET-2468) and being addressed in https://github.com/apache/parquet-mr/pull/1349. We might have to wait for 1.14.1. ``` Cause: java.lang.RuntimeException: shaded.parquet.com.fasterxml.jackson.databind.exc.InvalidDefinitionException: No serializer found...

+1, we have some compliance requirements that prevent us from adopting Iceberg without client-side encryption.

@rdblue, the last community sync sounded like the community is aiming for 1.10 to be the release that implements most of the v3 spec. Would appreciate to get your assessment...

Compare with iTerm's handling of AI features [(changelog)](https://iterm2.com/downloads/stable/iTerm2-3_5_1.changelog): > 3.5.1 > > This release adds some safety valves to eliminate > the risk of private information leaving the > terminal...

~@flaneur2020, apologies, I was actually just working on `manifests` and I should be able to put that up in a few days. If you want to go ahead with `entries`...

Thank you, @xuanwo. Rebased and ready for review.