Ajantha Bhat
Ajantha Bhat
By default, `ExpireSnapshotsSparkAction` cleans the expired files but the log says not cleaning the files. `22/08/09 11:03:43 INFO RemoveSnapshots: Cleaning up manifest and data files disabled, leaving them in place`...
- Replace deprecated `RuntimeIOException` with `UncheckedIOException` if the cause is having `IOException` already. - Introduce `RuntimeUncheckedIOException` if the cause is not having any `IOException` for `RuntimeIOException`.
To support the migration of tables from one catalog to another catalog seamlessly, we have added [#5037 , #4946]. But still, bulk migration is hard as the API user needs...
### Why is this PR needed? Based on the discussion and design document from https://issues.apache.org/jira/browse/CARBONDATA-4171 ### What changes were proposed in this PR? - Added a new ACID module. -...
HI, I use pyjnius in my project. when I run my function , I get a JVM crash randomly with below message. A fatal error has been detected by the...
Hi, I have 24GB data set (1.28 million images), stored as parquet files with 800 mb each with total as 31 parquet files. I have 60 core cpu machine with...
Can also use the latest spark-3.3 in the examples and demo instead of spark-3.2.
fixes #4589 , #4075
The table on non-default reference is accessed using a) use `tableName@branch` syntax (`TableReference` helper class) b) call `USE REFERENCE refName IN nessie` and use table name to access it. **For...
1. Changes in `gc-base` module: - Remove commitProtection time configuration and use cutoff time itself to protect the commits. - Modify IdentifiedResultsRepo contents as per the requirement of GC consumer...