This is an automated email from the ASF dual-hosted git repository.
fanrui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from a451e39c6e7 [FLINK-38738][table] Fix UIDs for ScanTableSource with
multiple transformations
new be6e7c5c349 [hotfix] WindowBuffer implements AutoCloseable to avoid
declare close explicitly
new 644f4614589 [FLINK-38746][table-runtime] Fix StackOverflowError in
RecordsWindowBuffer.addElement
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:
.../window/buffers/RecordsWindowBuffer.java | 34 ++-
.../aggregate/window/buffers/WindowBuffer.java | 5 +-
.../window/buffers/RecordsWindowBufferTest.java | 264 +++++++++++++++++++++
3 files changed, 286 insertions(+), 17 deletions(-)
create mode 100644
flink-table/flink-table-runtime/src/test/java/org/apache/flink/table/runtime/operators/aggregate/window/buffers/RecordsWindowBufferTest.java