ZHANG YINGHONG

Results 22 comments of ZHANG YINGHONG

How to Reproduce? I used a founction column in where condition, like: select a, b, c from (select a, b, (a+b) as c from tablea)tableb where c=4;

The problem was solved after i add the "sink.parallelistm" param. Before that, the error subTask`s parallelist was 1.

This is due to the import check in suppress.xml that suppresses the test resource. ![image](https://github.com/user-attachments/assets/9d03218b-f7af-4b70-b9e1-a3d5871ef777)

Hey, I have a idea with that. We can integrate the `ServiceImpl` class from `MyBatis-Plus` into the `BaseDao`. The `ServiceImpl` provides a `lambdaQueryChain` method that enables basic data querying with...

> Please post the error stack [npe.log](https://github.com/user-attachments/files/16047446/npe.log)

@JNSimba Is it possible that there was a reordering of instructions in this place? Because String is immutable, and the previous log has printed split information. And this problem happens...

> @yingh0ng Thank you, could you please post the table schema and DorisSource configuration? Only have table properties of DDL: ``` table: properties: replication_allocation: 'tag.location.default: 1' enable_duplicate_without_keys_by_default: true ``` The...

> @yingh0ng Can you try this PR? It fixes the problem that the SplitId of DorisSource is repeated. #414 Got it. Thank you!

Hey, I'd like to take on this task. Has it already been started

> > Hey, I'd like to take on this task. Has it already been started > > Not started, it's better to provide a design. Alright, I'll share my design...