leehaut opened a new pull request, #7313:
URL: https://github.com/apache/hop/pull/7313

   Fix https://github.com/apache/hop/issues/7298   -- Dynamic SQL row: 
"Template SQL (to retrieve Meta data)" editor field is not visible in the 
transform dialog
   
   - Anchor the cursor position label to the bottom of the scrollable content, 
set a minimum SQL editor height (200px), and enable `ScrolledComposite` expand 
flags so the editor receives usable layout space.
   - Rename `wSql` to `wSqlComposite` in the dialog to avoid shadowing 
`BaseTransformDialog.wSql` (Sonar S2387).
   - Simplify `DynamicSqlRowMeta` with Lombok `@Getter` / `@Setter`.
   - Add unit tests for `DynamicSqlRowMeta`, `DynamicSqlRowData`, and 
`DynamicSqlRow`.
   


-- 
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]

Reply via email to