You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@griffin.apache.org by GitBox <gi...@apache.org> on 2019/12/04 06:42:05 UTC

[GitHub] [griffin] tusharpatil20 opened a new pull request #558: [WIP] Enum based configs

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:
users@infra.apache.org


With regards,
Apache Git Services