pvillard31 commented on PR #7489:
URL: https://github.com/apache/nifi/pull/7489#issuecomment-1662974374

   > I can also see regression in the `testStreamingNoErrorWithDateFormat` IT 
test. Could you please check it? For me it constantly succeeds on main but 
fails on the PR branch.
   
   Good catch, I guess I focused on the tests I added and forgot to re-run this 
one... after investigation it feels like trying to send a ``long`` into a 
NUMERIC column is not possible with the current code. We may need to convert 
int/long into a decimal type before switching to the ByteString. For now, I 
just fixed the test by switching this specific column to INT64 instead of 
NUMERIC but curious to hear your thoughts about this.
   
   


-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to