Kartik Khare
Kartik Khare
I am using AWS java SDK 2.15.X and it is throwing the following exception while reading the records from `kinesalite` `software.amazon.awssdk.core.exception.SdkClientException: Unable to unmarshall response (Unable to parse date :...
The users currently need to create the whole spark-submit command to run a spark job for batch ingestion. With so many plugins available inside pinot leads a lot of classpath...
The PR adds the support for auth and https when using `fromController` of java client. The PR also does refactor some interfaces while maintaining backwards compatibility * The `JsonAsyncHttpPinotClientTransportFactory` is...
(cherry picked from commit 8806dc35ecd09297c72d987b80f37b190dd7974e) Original PR - #8972 ### Supported configs * `descriptorFile` - Path of the descriptor file. You can generate this file use `protoc -o file.desc --include_imports...
Currently, when folks try to compile pinot with any other version than java11, they get cryptic error messages. The PR adds check in enforcer plugin and triggers before any compilation...
Instructions: 1. The PR has to be tagged with at least one of the following labels (*): 1. `feature` 2. `bugfix` 3. `performance` 4. `ui` 5. `backward-incompat` 6. `release-notes` (**)...
* Disable dicts for JSON and TEXT indexing columns * Extend `optimizeDictionary` config for dimension columns with fixed width as well. Objective is to reduce the segment size and server...
Currently, we simply fail the batch ingestion process if segments if start/end time is outside of time-range or values are not parsed correctly. This is not needed now since we...
This PR continues the effort from #9163 We already added `continueOnError` flag in previous PRs to handle errors gracefully. This PR extends the same configs to handle decoder exceptions as...
Aims to fix #38 and #41 Currently, we get extremely small adapter files on checkpoint. This seems to be due to some issue in the PEFT library. One of the...