tusharpatil20 opened a new pull request #558: [WIP] Enum based configs URL: https://github.com/apache/griffin/pull/558 **What changes were proposed in this pull request?** All the predefined: `DQTypes, DSLTypes, FlattenType, OutputType, ProcessType, SinkType and WriteMode` are compared with config using a regex-based approach. This will make unnecessary overhead in terms of execution time and maintainability. This PR uses a predefined enum based approach than regex-based to provide the same functionality. **Does this PR introduce any user-facing change?** No **How was this patch tested?** Griffin test suite.
---------------------------------------------------------------- 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] With regards, Apache Git Services
