Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
Description
Sink DDL:
val sinkDDL = s""" |CREATE TABLE T2 ( | d DECIMAL(10, 2), | cnt INT |) with ( | 'connector.type' = 'filesystem', | 'connector.path' = '$sinkFilePath', | 'format.type' = 'csv', | 'format.field-delimiter' = ',' |) """.stripMargin
Using blink with batch mode. (ensure insert BinaryRow into sink table)
In FLINK-15124 , but we still use wrong precision to construct DataFormatConverter. This will lead to exception when inserting BinaryRow. (BinaryRow need correct precision to get)
Attachments
Issue Links
- duplicates
-
FLINK-15309 Execute sql appear "NumberFormatException: Zero length BigInteger"
- Closed
-
FLINK-15310 A timestamp result get by a select sql and a csvsink sql is different
- Closed
-
FLINK-15326 Add document description for DECIMAL(38, 18) when the sink table uses json schema
- Closed
- is related to
-
FLINK-15309 Execute sql appear "NumberFormatException: Zero length BigInteger"
- Closed
-
FLINK-15310 A timestamp result get by a select sql and a csvsink sql is different
- Closed
-
FLINK-15326 Add document description for DECIMAL(38, 18) when the sink table uses json schema
- Closed
- links to