SongJok commented on issue #29674:
URL: https://github.com/apache/doris/issues/29674#issuecomment-1880620583

   My understanding is insertion order
   1:age=20
   2:age=19 把is_delete的标记打给 age=20
   3:age=18  把is_delete的标记打给 age=19
   4:age=17 把is_delete的标记打给 age=18
   最终结果为 age=17
   
   I set one less parameter :"function_column.sequence_col" = 'column_name',
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to