camby
camby
# Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes - [ ] No...
## Proposed changes cherry-pick https://github.com/apache/doris/pull/31309 ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you chose the solution...
## Proposed changes cherry-pick #34283 to branch-1.2 ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you chose...
## Proposed changes cherry pick https://github.com/apache/doris/pull/35214 to branch-2.1 ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you...
cherry-pick https://github.com/apache/doris/pull/35214 to branch2.0 Problem: 1. add or drop Bitmap Index; 2. add or drop Bloom Filter Index; Both do not work correctly for history data. related pr: https://github.com/apache/doris/pull/28135 https://github.com/apache/doris/pull/32839...
## Proposed changes Only inverted index support light index change, bitmap and bloomfilter index do not support light index change. Before this pr, if we add or drop bitmap and...
support GCM mode for aes encrypt and decrypt, like spark, clickhouse, bigquery, snowflake and so on. Usage: ``` > SELECT TO_BASE64(AES_ENCRYPT_V2('Spark SQL', '1234567890abcdef', '123456789012', 'aes_128_gcm', 'Some AAD')); +---------------------------------------------------------------------------------------+ | to_base64(aes_encrypt('Spark...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description **First of all, create a test table and insert some data;**...
after restore from other cluster, then rowsets got different index_id, and make index compaction in base compaction always failed.
if `DORIS_TRY(inverted_index_file_readers[src_segment_id]->open(index_meta))` failed and return, then `lucene::store::Directory*` stay in `src_index_dirs` will got fd leak and memory leak.