LucaCappelletti94 opened a new pull request, #2193: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2193
Adds `Arbitrary` derives to all AST structs and enums for property-based testing and fuzzing. ## Changes - Added `arbitrary` as optional dependency with feature gating - Derived `Arbitrary` on all public AST types in ast - Added `Arbitrary` to core types (`Token`, `Span`, `Location`, etc.) - Excluded display helpers and iterators **Note**: `BigDecimal` (used in `Value::Number`) lacks `Arbitrary` support. PR submitted: https://github.com/akubera/bigdecimal-rs/pull/163 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
