tison
tison
@ethercflow do you have an estimate on writing this section?
Thanks for taking over. What do you mean by "introduce issue-assigning in this repository"?
Reference * Transaction Encode https://pingcap.com/zh/blog/tikv-source-code-reading-13
@you06 thanks for your feedback! > The Percolator section seems too general, what about making the lock resolver an individual section? @iosmanthus picked up #5 about this section, you can...
> The problem comes from the Stale Read, it's related to the transaction, but also the TSO and replication protocol. The main goal of this feature is using followers of...
Reference * https://tikv.org/deep-dive/distributed-transaction/introduction/
@jmhain Thanks for your patch. I've applied it to this branch. Let us continue fixing the breaking changes here when we have time :D
Pushed a commit to handle other breaking changes. Now remains the JsonAccess and Agg func refactor. I'm still understanding how they are logically changed ...
Seems that we should merge `AggregateExpressionWithFilter` and `ArrayAgg` handle logic into `sql_function_to_expr`.