You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to feed a web service with batches of JSON formatted rows and the bloc size set to 500 the pipeline transformation only processed batches of rows where the number of rows left were >= to the bloc size. Thus for an input of 600 blocks to above JSON Output step, only 500 were processed, the rest were ignored. The transform works fine as long as the number of input rows is a multiple of the bloc size (such as the default of 1).
Issue Priority
Priority: 2
Issue Component
Component: Transforms
The text was updated successfully, but these errors were encountered:
bobcortera
changed the title
[Bug]: JSON Output step only consumes rows equal to it's bloc size setting or greater
[Bug]: JSON Output step only consumes rows equal to its bloc size setting or greater
Apr 24, 2023
Apache Hop version?
2.4 Release
Java version?
OJDK 11
Operating system
Windows
What happened?
While trying to feed a web service with batches of JSON formatted rows and the bloc size set to 500 the pipeline transformation only processed batches of rows where the number of rows left were >= to the bloc size. Thus for an input of 600 blocks to above JSON Output step, only 500 were processed, the rest were ignored. The transform works fine as long as the number of input rows is a multiple of the bloc size (such as the default of 1).
Issue Priority
Priority: 2
Issue Component
Component: Transforms
The text was updated successfully, but these errors were encountered: