b-slim opened a new pull request #1407: URL: https://github.com/apache/samza/pull/1407
**Issues:** Currently the order of Samza SQL schema and actual physical row coming from Samza is not guarantee to be correct aka the same. That is because the Schema injection layer is totally disconnected form the translation layer. **Changes:** This work add a map phase to ensure that the order is as expected between the Row Signature and the actual physical row. **Tests:** To test this I have shifted the order of `__key__` and run all the test to made sure it works. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
