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 f059b19 [FLINK-12962][python] Allows pyflink to be pip installed.
new f93e1c9 [hotfix][table-common] Add implicit precision to predefined
types
new a57ba1c [hotfix][table-common] Add missing TIME type family
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/table/types/logical/BigIntType.java | 2 +
.../apache/flink/table/types/logical/IntType.java | 2 +
.../flink/table/types/logical/LogicalTypeRoot.java | 3 +-
.../flink/table/types/logical/SmallIntType.java | 2 +
.../flink/table/types/logical/TinyIntType.java | 2 +
.../types/logical/utils/LogicalTypeChecks.java | 56 ++++++++++++++++++++++
6 files changed, 66 insertions(+), 1 deletion(-)