bamaer opened a new issue, #2239: URL: https://github.com/apache/hop/issues/2239
### Apache Hop version? SNAPSHOT-20230205 ### Java version? openjdk version "11.0.17" 2022-10-18 ### Operating system Linux ### What happened? [Constants.java](https://github.com/apache/hop/blob/master/plugins/transforms/constant/src/main/java/org/apache/hop/pipeline/transforms/constant/Constant.java) checks data types for Number, String, Date, Integer, BigNumber, Boolean, Binary, Timestamp. Other data types fail with 'ERROR: Please specify the value type of field ...' Expected behavior: support all known data types that can be added as a constant (text/String). Fail gracefully for other data types. ### Issue Priority Priority: 2 ### Issue Component Component: Transforms -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
