bamaer opened a new issue, #6871: URL: https://github.com/apache/hop/issues/6871
### Apache Hop version? 2.18.0-SNAPSHOT ### Java version? 21 ### Operating system macOS ### What happened? MDI on Salesforce Input started failing after #6849 was merged. This is caused by the [samples](https://github.com/apache/hop/blob/dd6e4ddd2ba13b75877888d5338b4947ff344785/plugins/tech/salesforce/src/main/java/org/apache/hop/pipeline/transforms/salesforceinput/SalesforceInputField.java#L124) `String[]` property. Suggested fix is to - exclude this samples property from MDI - exclude `fieldClass.isArray()` from `HopMetadataInjector`, similar to how this is done for enums etc. ### Issue Priority Priority: 1 ### Issue Component Component: Metadata, 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]
