This is an automated email from the ASF dual-hosted git repository. hangxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
from efcd146e011 [FLINK-35403][table] Allow skipping invocation of function calls while constant-folding new f926d2a58c7 [FLINK-35434][state] Allow StateExecutor pass exception to runtime new 2f7099e77e4 [FLINK-35434][statebackend] ForSt supports to pass db exception to runtime The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../flink/core/state/CompletedStateFuture.java | 5 +++++ .../flink/core/state/InternalStateFuture.java | 8 ++++++++ .../apache/flink/core/state/StateFutureImpl.java | 19 ++++++++++++++++++- .../apache/flink/state/forst/ForStDBGetRequest.java | 4 ++++ .../apache/flink/state/forst/ForStDBPutRequest.java | 4 ++++ .../state/forst/ForStGeneralMultiGetOperation.java | 21 ++++++++++++++++----- .../flink/state/forst/ForStStateExecutor.java | 19 ++++++++++++++++++- .../flink/state/forst/ForStWriteBatchOperation.java | 8 +++++++- .../flink/state/forst/ForStDBOperationTestBase.java | 5 +++++ 9 files changed, 85 insertions(+), 8 deletions(-)