Antonio Murgia
Antonio Murgia
I don't get the rationale behind Weighted Vector, As far as I got, WeightedVector applies the same weight to each Vector element. For example, if I have ``` val v...
## Checklist - [ ] The PR conforms to DataHub's [Contributing Guideline](https://github.com/datahub-project/datahub/blob/master/docs/CONTRIBUTING.md) (particularly [Commit Message Format](https://github.com/datahub-project/datahub/blob/master/docs/CONTRIBUTING.md#commit-message-format)) - [ ] Links to related issues (if applicable) - [ ] Tests for...
It's very drafty and incomplete, but I would love that any maintainer could have a look to point any "big" mistake. To me the most controversial part is that `java.nio.file.Path`...
Why not adding a convertToOption[](or tryConvertTo[]) and a parseJsonOption, that doesn't throws a Exception (we all hate avoidable exceptions) but just returns None if the json string cannot be parsed...
**Description**: As of 0.30.0 the `nessie --json merge` does not return any information, such as the resulting hash of the commit that has just been added to the target branch....
**Description**: Reading Nessie docs I understand that the only option (when running nessie on k8s) for authentications is using OIDC. Can you confirm that AWS authentication mode is restricted to...
**Description**: From my understanding, there is no way in Nessie to have meaningful authorisation without authentication. If authentication is disabled, all requests are executed by the role '' (empty string)...
See #4428
**What happened**: When invoking any `NessieApiV1` method which gets a response code 3xx (for example to redirect http to https) I get: ``` java.lang.UnsupportedOperationException: Unknown status code 308. ``` **What...
## What changes were proposed in this pull request? Add an explicit way to set the session when connecting from the Java client. https://issues.apache.org/jira/browse/LIVY-758 ## How was this patch tested?...