Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Documentation for simple query (#366)
Browse files Browse the repository at this point in the history
* Add doc test for simple query

* Add to index

* Fix format

* Add documentation

* Add documentation

* Add documentation

* Add documentation

* Add documentation

* Add documentation

* Add documentation

* Add documentation

* Add documentation

* Add documentation

* Add rdd

* Add rdd

* Add rdd

* Add rdd

* Fix order by example

* Add more diagrams

* Add more diagrams

* Skip doctest in gradlew build
  • Loading branch information
dai-chen authored Feb 17, 2020
1 parent 68b971f commit 57b379c
Show file tree
Hide file tree
Showing 25 changed files with 1,591 additions and 60 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ integTestRunner {
systemProperty "otherDbUrls", System.getProperty("otherDbUrls")
systemProperty "queries", System.getProperty("queries")

} else { // Run all other integration tests and doctest by default
} else { // Run all other integration tests. Skip doctest for now due to randomness in our stats API.
include 'com/amazon/opendistroforelasticsearch/sql/esintgtest/**/*IT.class'
include 'com/amazon/opendistroforelasticsearch/sql/doctest/**/*IT.class'
exclude 'com/amazon/opendistroforelasticsearch/sql/doctest/**/*IT.class'
exclude 'com/amazon/opendistroforelasticsearch/sql/correctness/**'
}
}
Expand Down
Loading

0 comments on commit 57b379c

Please sign in to comment.