mirror of https://github.com/apache/nifi.git
NIFI-7369: Consider DECIMAL type as a numeric type when using a CHOICE type in QueryRecord
This closes #4223.
This commit is contained in:
parent
5c2bfcf7d3
commit
e0dd6d466e
|
@ -279,6 +279,7 @@ public class FlowFileTable extends AbstractTable implements QueryableTable, Tran
|
|||
switch (dataType.getFieldType()) {
|
||||
case BIGINT:
|
||||
case BYTE:
|
||||
case DECIMAL:
|
||||
case DOUBLE:
|
||||
case FLOAT:
|
||||
case INT:
|
||||
|
|
Loading…
Reference in New Issue