Devin Smith
Devin Smith
Looks like not much has progressed on this issue for a couple years? Would be nice to more easily implement the `HashFunction` interface as an end user. Specifically, I'd like...
I could also see #6125 as imposing some writing requirements; potentially the need to tack on `field_id`s, or add KV metadata, amongst other things (I don't know what support we...
https://github.com/deephaven/deephaven-core-test-data
I think adding seekable format support via the CLI would be great. Essentially, the option to set the seekable "Maximum Frame Size" parameter.
It would be nice to have an option to use the branch's 1st commit message for the PR description; the branch's commit message seems to be much more compact. For...
> Hey @augi as it seen here can it be more of a compose V1 - V2 issue? `162ee0778db45c04b4ff6e6c2a46c5c8_functional-tests_-web` it is using combined naming pattern. Ultimately, it's just an issue...
It may be useful to write a little standalone utility to print out the FileMetaData as JSON; I've found this little script helpful: ```java try (final TMemoryBuffer buffer = new...
We should also see if there is any specific guidance on metadata we should be writing down; in the case of writing a pyarrow table using pyiceberg, we've noticed that...
Not sure if relevant, but note from https://docs.aws.amazon.com/sdkref/latest/guide/feature-assume-role-credentials.html in regards to SDK for Java 2.x: > mfa_serial not supported. Use AWS_ROLE_ARN instead of AWS_IAM_ROLE_ARN. Use AWS_ROLE_SESSION_NAME instead of AWS_IAM_ROLE_SESSION_NAME.
If not executing in EC2 (where I think IAM role will be sufficiently discovered?), looks like there is a manual workflow where this can be done. https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/credentials-explicit.html