mattcasters opened a new issue, #7043:
URL: https://github.com/apache/hop/issues/7043
### Apache Hop version?
2.18.0-SNAPSHOT
### Java version?
OpenJDK 21
### Operating system
Linux
### What happened?
There is a NPE thrown when you generate the SQL in the MySQL Bulk Load
transform dialog:
```
java.lang.NullPointerException: Cannot invoke
"org.apache.hop.pipeline.PipelineMeta.findDatabase(String,
org.apache.hop.core.variables.IVariables)" because the return value of
"org.apache.hop.pipeline.transform.TransformMeta.getParentPipelineMeta()" is
null
at
org.apache.hop.pipeline.transforms.mysqlbulkloader.MySqlBulkLoaderMeta.getSqlStatements(MySqlBulkLoaderMeta.java:339)
at
org.apache.hop.pipeline.transforms.mysqlbulkloader.MySqlBulkLoaderDialog.create(MySqlBulkLoaderDialog.java:956)
at
org.apache.hop.pipeline.transforms.mysqlbulkloader.MySqlBulkLoaderDialog.lambda$open$1(MySqlBulkLoaderDialog.java:118)
```
### Issue Priority
Priority: 3
### Issue Component
Component: Hop Gui, 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]