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

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


    from 3a18b955c15 [hotfix][docs] Mention changes of 
"RuntimeContext#getMetricGroup" in 1.14 release notes.
     new 87046b24a34 [hotfix][table-planner][tests] Remove configuration for 
default legacy-cast-behaviour
     new 8a7a613909a [hotfix][table][tests] Clean-up tests and update to assertJ
     new 2ade17dc297 [hotfix][table][tests] Replace ExpectedException with 
assertJ

The 3 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:
 .../apache/flink/table/client/SqlClientTest.java   |  18 +-
 .../client/gateway/local/LocalExecutorITCase.java  |   6 +-
 .../flink/sql/parser/CreateTableLikeTest.java      |  42 +-
 .../apache/flink/table/api/TableConfigTest.java    |  89 ++--
 .../table/expressions/ObjectToExpressionTest.java  |  38 +-
 .../utils/ValuesOperationTreeBuilderTest.java      |  23 +-
 .../TypeInferenceExtractorScalaTest.scala          |  22 +-
 .../apache/flink/table/api/TableSchemaTest.java    | 168 +++----
 .../api/constraints/UniqueConstraintTest.java      |   4 -
 .../apache/flink/table/catalog/CatalogTest.java    | 485 ++++++++++++---------
 .../flink/table/expressions/ExpressionTest.java    |  20 +-
 .../factories/TableSinkFactoryServiceTest.java     |  70 ++-
 .../flink/table/types/LogicalTypeParserTest.java   |  12 +-
 .../types/extraction/DataTypeExtractorTest.java    |  16 +-
 .../extraction/TypeInferenceExtractorTest.java     |  34 +-
 .../flink/table/utils/TableSchemaUtilsTest.java    |  10 +-
 .../flink/table/utils/TypeMappingUtilsTest.java    | 219 +++++-----
 .../testcsv/TestCsvDeserializationSchema.java      |   1 -
 .../planner/functions/CastFunctionITCase.java      |   9 +-
 .../planner/functions/CastFunctionMiscITCase.java  |  10 -
 .../planner/operations/MergeTableLikeUtilTest.java | 241 +++++-----
 .../nodes/exec/stream/TableSinkJsonPlanTest.java   |   3 -
 .../nodes/exec/stream/TableSourceJsonPlanTest.java |   4 -
 .../flink/table/planner/utils/DiffRepository.java  |  11 +-
 .../table/planner/utils/JsonPlanTestBase.java      |   4 -
 .../flink/table/planner/utils/JsonTestUtils.java   |   4 -
 .../table/planner/utils/OperationMatchers.java     |   3 +-
 .../org/apache/flink/table/api/TableITCase.scala   |  10 +-
 .../table/data/DataStructureConvertersTest.java    |  45 +-
 .../table/runtime/generated/CompileUtilsTest.java  |  13 +-
 .../window/WindowOperatorContractTest.java         |   3 -
 .../assigners/CumulativeWindowAssignerTest.java    |  32 +-
 .../assigners/SlidingWindowAssignerTest.java       |  27 +-
 .../assigners/TumblingWindowAssignerTest.java      |  15 +-
 .../runtime/types/DataTypePrecisionFixerTest.java  |   4 -
 .../runtime/typeutils/RowDataSerializerTest.java   |  20 +-
 .../runtime/util/ResettableExternalBufferTest.java |  38 +-
 37 files changed, 915 insertions(+), 858 deletions(-)

Reply via email to