YeJunHao

Results 10 comments of YeJunHao

I think this dynamic bloom filter may have poor performance. Firstly, it create new BloomFilter64 while meet the required number of records, but it won't deduplicate the records. For example,...

> > I think this dynamic bloom filter may have poor performance. > > Firstly, it create new BloomFilter64 while meet the required number of records, but it won't deduplicate...

> Should we also modify split row count just like python? Sure~ Fixed as requested~

The error message may be more clear, e.g. "The not_exist aggregation function is not existing" Or "We can't find function 'not_exist' in current class path.

@ebyhr Hi, could you help me review this pull request? I have stripped out all the actions like create table, alter table and insert data. Only read from paimon ability...

@ebyhr Hi, is there any thing I could do to merge this pull request? You can comment it, I will fix them as soon as possible

Fixed as requested

> @leaves12138 any news on this? can I help in any way? Thanks, recently I am busy on paimon Multimodal and Global Indexing, sorry for delaying this! I will refactoring...