suneet-s opened a new pull request #9968:
URL: https://github.com/apache/druid/pull/9968


   This PR aims to make it easier for non Druid devs to add sql tests to Druid.
   
   If anyone in the community has particular query shapes they expect to see
   working in Druid, they can add the queries to the provided config.
   This will ensure the queries work as expected with each Druid release.
   
   Sample ingestion specs are provided in the test/resources folder so that 
tests
   are easier to build by testing against a local cluster.
   
   yaml is chosen as the data format for the tests as it allows devs to place
   comments within the configuration which helps with maintainability of the
   tests.
   
   <hr>
   
   This PR has:
   - [x] been self-reviewed.
   - [ ] added documentation for new or modified features or behaviors.
   - [x] added Javadocs for most classes and all non-trivial methods. Linked 
related entities via Javadoc links.
   - [x] added comments explaining the "why" and the intent of the code 
wherever would not be obvious for an unfamiliar reader.


----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to