Sumedh Wale
Sumedh Wale
## Changes proposed in this pull request - remove entry iteration in stats collector service and instead use the added pre-collected off-heap stats and total column batch row count in...
Changes allow the following to be supported in addition to currently supported ones on all tables: ```sql // simple constructs INSERT (INTO|OVERWRITE) VALUES ... PUT INTO VALUES ... ``` ```sql...
## Changes proposed in this pull request - support for multiple Spark versions from same code base - SparkInternals interface to abstract out the internal APIs used by SnappyData/AQP layers...
## Changes proposed in this pull request - add check for the two cases in table stats service: - "large enough" row buffer (currently "large enough" is anything more than...
See some details in the JIRA https://jira.snappydata.io/browse/SNAP-2231 These changes limit the maximum cores given to a job to the physical cores on a machine. With the default of (2 *...
## Changes proposed in this pull request Parent row buffer table buckets will get initialized when child column table is initialized, so skip its explicit initialization (else it triggers background...
## Changes proposed in this pull request - Honor `workingDir` from Test. Without this the project dir is used as current working dir which pollutes the project dir with output...
Enhance the _runningInSandbox() check for Docker/Podman containers (see https://github.com/leanflutter/tray_manager/pull/78). Bump tray_manager min dependency to 0.5.1 that has [merged](https://github.com/leanflutter/tray_manager/commit/8db2bc9e462901097cbf5f102ca949357301c732) the above PR.