This is an automated email from the ASF dual-hosted git repository.

snuyanzin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


    from 64f7824f084 [FLINK-38882][table] Introduce rules for async python 
scalar function
     add 0b31cd225f8 [FLINK-38938][table] Restore of SQL job with 
`CURRENT_TIMESTAMP` fails with `CodeGenException`
     add 3c5c15183ab [hotfix][table] Show diff link in case of `DiffRepository` 
failure
     new 9e2d2b8ed0d [FLINK-38938][table] Do not put empty operand list into 
compiled plan

The 1 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:
 .../functions/sql/FlinkSqlOperatorTable.java       |   2 +-
 .../nodes/exec/serde/RexNodeJsonDeserializer.java  |  11 +++-
 .../nodes/exec/serde/RexNodeJsonSerializer.java    |  12 ++--
 .../plan/nodes/exec/common/CalcTestPrograms.java   |  19 +++++++
 .../plan/nodes/exec/stream/CalcRestoreTest.java    |   3 +-
 .../flink/table/planner/utils/DiffRepository.java  |  12 +++-
 .../testEventTimeHopWindow.out                     |   1 -
 .../testEventTimeSessionWindow.out                 |   1 -
 .../testEventTimeTumbleWindow.out                  |   1 -
 .../testProcTimeHopWindow.out                      |   2 -
 .../testProcTimeSessionWindow.out                  |   2 -
 .../testProcTimeTumbleWindow.out                   |   2 -
 .../testProcTimeBoundedNonPartitionedRangeOver.out |   2 -
 .../testProcTimeBoundedPartitionedRangeOver.out    |   2 -
 ...undedPartitionedRowsOverWithBuiltinProctime.out |   2 -
 .../testProcTimeUnboundedPartitionedRangeOver.out  |   2 -
 .../testRowTimeBoundedPartitionedRowsOver.out      |   1 -
 .../plan/calc-current-timestamp.json}              |  62 +++++++++++----------
 .../calc-current-timestamp/savepoint/_metadata     | Bin 0 -> 5868 bytes
 19 files changed, 80 insertions(+), 59 deletions(-)
 copy 
flink-table/flink-table-planner/src/test/resources/restore-tests/stream-exec-calc_1/{calc-simple/plan/calc-simple.json
 => calc-current-timestamp/plan/calc-current-timestamp.json} (69%)
 create mode 100644 
flink-table/flink-table-planner/src/test/resources/restore-tests/stream-exec-calc_1/calc-current-timestamp/savepoint/_metadata

Reply via email to