lionants02 commented on issue #5531:
URL: https://github.com/apache/hop/issues/5531#issuecomment-3133221154

   The code I have modified 
https://github.com/lionants02/hop/commit/211e226a51e730b8ab1238b0f95722e4a20e9fac
   
   The problem appears to be in the getFields section of the 
CubeInputMeta.java:102 file.
   Solution Idea
   I thought that when retrieving the getFields list, I didn't need to read the 
entire file, just one file. However, I'm not sure if this would affect other 
sections.
   Solution
   I tried changing the getFields section so that if 
`${Internal.Transform.CopyNr}` is found, it should be set to `0`
   
   If you believe this is the right approach, the project manager is free to 
copy or modify the code.
   
   I tested the build with `mvn.cmd clean install -pl 
.\plugins\transforms\cubeinput -am` and applied the files.
   
   ```log
   [INFO] Reactor Summary for Hop Orchestration Platform 2.15.0-SNAPSHOT:
   [INFO]
   [INFO] Hop Orchestration Platform ......................... SUCCESS [  4.287 
s]
   [INFO] Hop Core ........................................... SUCCESS [01:06 
min]
   [INFO] Hop Engine ......................................... SUCCESS [01:50 
min]
   [INFO] Hop GUI ............................................ SUCCESS [01:05 
min]
   [INFO] Hop Plugins ........................................ SUCCESS [  0.435 
s]
   [INFO] Hop Plugins Transforms ............................. SUCCESS [  0.327 
s]
   [INFO] Hop Plugins Transforms Cube Input .................. SUCCESS [  7.333 
s]
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  04:17 min
   [INFO] Finished at: 2025-07-29T16:01:40Z
   [INFO] 
------------------------------------------------------------------------
   ```
   
   


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