[
https://issues.apache.org/jira/browse/NIFI-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15036831#comment-15036831
]
Oleg Zhurakousky commented on NIFI-1241:
----------------------------------------
[~bende]
Could you possibly try the same with this DDL
{code}
CREATE TABLE TEST(
ID VARCHAR PRIMARY KEY NOT NULL,
BOOL_TEST BOOLEAN NOT NULL,
NUMERIC_TEST NUMERIC NOT NULL,
DECIMAL_TEST DECIMAL(2,2) NOT NULL
);
{code}
I am afraid that it defaults to 0 on precision.
> PutSQL does not support Boolean, Numeric, or Decimal data types
> ---------------------------------------------------------------
>
> Key: NIFI-1241
> URL: https://issues.apache.org/jira/browse/NIFI-1241
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Reporter: Mark Payne
> Assignee: Mark Payne
> Fix For: 0.4.0
>
> Attachments:
> 0001-NIFI-1241-Incorporate-Boolean-Numeric-and-Decimal-da.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)