Karan Kumar

Results 6 issues of Karan Kumar

### Description It's about time we support topic patterns in Kafka ingestion. This will enable us to ingest data from multiple topics into a single data source. ### Motivation A...

Feature/Change Description

While running query : ```sql REPLACE INTO country_shard_test_1 OVERWRITE ALL SELECT Country,Capital, THETA_SKETCH_INTERSECT( DS_THETA(Country), DS_THETA(Capital) ) as sketch FROM TABLE( EXTERN( '{"type":"http","uris":["https://static.imply.io/lookup/country.tsv"]}', '{"type":"tsv","findColumnsFromHeader":true}', '[{"name":"Country","type":"string"},{"name":"Capital","type":"string"},{"name":"ISO3","type":"string"},{"name":"ISO2","type":"string"}]')) group by 1,2 PARTITIONED BY ALL...

Area - MSQ

While running query : ```sql REPLACE INTO country_shard_test_1 OVERWRITE ALL SELECT Country,Capital, THETA_SKETCH_INTERSECT( DS_THETA(Country), DS_THETA(Capital) ) as sketch FROM TABLE( EXTERN( '{"type":"http","uris":["https://static.imply.io/lookup/country.tsv"]}', '{"type":"tsv","findColumnsFromHeader":true}', '[{"name":"Country","type":"string"},{"name":"Capital","type":"string"},{"name":"ISO3","type":"string"},{"name":"ISO2","type":"string"}]')) group by 1,2 PARTITIONED BY ALL...

Changes placeholder destination data source name of export queries from `__query_select` to ` __query_export` Changes on the console look like ⬇️

Area - Batch Ingestion
Area - MSQ

The druid tar is currently around 630 MB. Can we reduce it .

Bump jakarta el to 6.0.1 cause of CVE-2024-9329

Area - Dependencies