Kunal Kapoor
Kunal Kapoor
### Why is this PR needed? ### What changes were proposed in this PR? ### Does this PR introduce any user interface change? - No - Yes. (please explain the...
Earlier for all the alter operations the flow was going to sort step during compaction. But during Rename Table and DataTypeChange sorting is not required. Solution: Added a map which...
### Why is this PR needed? ### What changes were proposed in this PR? ### Does this PR introduce any user interface change? - No - Yes. (please explain the...
**Problem:** When compaction is fired on migrated partition table, PartitionSpec object is unnecessarily being serialized to executor which is causing StackOverFlowException. **Solution:** Make PartitionSpec as transient to avoid serialization. Be...
**What happened**: When running the vgpu example provided in the docs. When vgpu memory limit is set, the container does not respect this limit as shown by the nvidia-smi command(32GB...