Skip to content

Fix NPE in SystemData transform, correct NONE type display#7027

Merged
hansva merged 3 commits into
apache:mainfrom
leehaut:hotfix/lance-common-64
May 29, 2026
Merged

Fix NPE in SystemData transform, correct NONE type display#7027
hansva merged 3 commits into
apache:mainfrom
leehaut:hotfix/lance-common-64

Conversation

@leehaut
Copy link
Copy Markdown
Contributor

@leehaut leehaut commented Apr 19, 2026

  1. Fix NullPointerException when no parent workflow is present
2026/04/18 18:41:11 [Error]    Get system info.0 - Unexpected error
2026/04/18 18:41:11 [Error]    Get system info.0 - java.lang.NullPointerException: Cannot invoke "org.apache.hop.workflow.engine.IWorkflowEngine.getExecutionStartDate()" because the return value of "org.apache.hop.pipeline.engine.IPipelineEngine.getParentWorkflow()" is null
2026/04/18 18:41:11 [Error]    Get system info.0 - 	at org.apache.hop.pipeline.transforms.systemdata.SystemData.getSystemData(SystemData.java:88)
2026/04/18 18:41:11 [Error]    Get system info.0 - 	at org.apache.hop.pipeline.transforms.systemdata.SystemData.processRow(SystemData.java:739)
2026/04/18 18:41:11 [Error]    Get system info.0 - 	at org.apache.hop.pipeline.transform.RunThread.run(RunThread.java:54)
2026/04/18 18:41:11 [Error]    Get system info.0 - 	at java.base/java.lang.Thread.run(Thread.java:1583) 
  1. Fix incorrect display for NONE type
22ca041a78fb51496368b876192bf92
  1. Improvement sonar

leehaut added 3 commits April 19, 2026 11:47
Signed-off-by: lance <leehaut@gmail.com>
Signed-off-by: lance <leehaut@gmail.com>
Signed-off-by: lance <leehaut@gmail.com>
@hansva hansva merged commit f3a13b1 into apache:main May 29, 2026
2 checks passed
@leehaut leehaut deleted the hotfix/lance-common-64 branch May 30, 2026 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants