Abacn commented on PR #26689:
URL: https://github.com/apache/beam/pull/26689#issuecomment-1581168677

   Hi, the new example breaks Example_Flink and Example_Spark test suites:
   
   
https://ci-beam.apache.org/view/PostCommit/job/beam_PostCommit_Python_Examples_Flink/1917/
   
https://ci-beam.apache.org/view/PostCommit/job/beam_PostCommit_Python_Examples_Spark/1895/testReport/
   
   However it passes on Direct and Dataflow:
   
   
https://ci-beam.apache.org/view/PostCommit/job/beam_PostCommit_Python_Examples_Direct/lastCompletedBuild/testReport/apache_beam.examples.avro_nyc_trips_it_test/
   
   ```
   AssertionError: Lists differ: [{'service': 'Lyft', 'day': 'Fri', 
'total_price': 58.39[816 chars]042}] != [{'service': 'Uber', 'day': 'Fri', 
'total_price': 21.22[376 chars]042}]
   
   First differing element 0:
   {'service': 'Lyft', 'day': 'Fri', 'total_price': 58.39[379 chars]3928}
   {'service': 'Uber', 'day': 'Fri', 'total_price': 21.22[375 chars]5042}
   ```
   
   Not sure why but it since the example is non-deterministic?
   
   CC: @nyoungstudios @tvalentyn 
   


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