Vishesh Garg
Vishesh Garg
Fix/suppress the following CVE errors: ``` [ERROR] nimbus-jose-jwt-8.22.1.jar: CVE-2023-52428(7.5) [ERROR] nimbus-jose-jwt-9.30.2.jar: CVE-2023-52428(7.5) [ERROR] solr-solrj-8.11.2.jar: CVE-2023-50291(7.5), CVE-2023-50298(7.5), CVE-2023-50386(8.8), CVE-2023-50292(7.5) ```
Current Runtime Exceptions generated while writing frames only include the exception itself without including the name of the column they were encountered in, for e.g. `java.lang.RuntimeException: java.lang.ClassCastException: class java.lang.Long cannot...
Compaction in the native engine by default records the state of compaction for each segment in the `lastCompactionState` segment field. This PR adds support for doing the same in the...
### Description Compaction operations issued by the Coordinator currently run using the native query engine. As majority of the advancements that we are making in batch ingestion are in MSQ,...
### Description https://github.com/apache/druid/pull/16849 added support for sorting segments with non-time columns. This PR extends that support to MSQ compaction. Specifically, if `forceSegmentSortByTime` is set in the data schema -- either...