leehaut opened a new pull request, #7574: URL: https://github.com/apache/hop/pull/7574
Fix https://github.com/apache/hop/issues/5084 ## Summary - Database Lookup no longer produces `TYPE_NONE` for return fields when Type is empty/`None`. Explicit Type still wins; otherwise the type is inferred from table metadata. - Runtime `processRow` now reuses `getTableFields` results (`dbRowMeta`) and passes them into `getFields`, aligning design-time and runtime behavior. - Expands unit test coverage for Database Lookup (cache, DTOs, meta checks, lookup paths) -- 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]
