olabusayoT opened a new pull request, #1676: URL: https://github.com/apache/daffodil/pull/1676
- Introduced `infosetWalkerMode` tunable in `dafext.xsd` with `streaming` and `nonStreaming` options. - Updated parser logic to handle mode selection, optimizing traversal for simpler schemas with `nonStreaming` and complex schemas with `streaming`. - Added TDML tests to validate the new tunable functionality. Deprecation/Compatibility The infoset walker mode has been changed to non-streaming behavior as the default. To change to previous behavior, set the tunable infosetWalkerMode=streaming. DAFFODIL-3070 -- 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]
