GitHub user emlaver opened a pull request:
https://github.com/apache/bahir/pull/75
[BAHIR-186]
_What_
Reduce the number of documents from 1967 to 100 in the n_flight.json test
file. This should shorten the time to finish the `sql-cloudant` tests against
the remote database.
_How_
- Reduced JSON test files to shorten time to complete test cases
- Added missing protocol for spark config
See [BAHIR-187](https://issues.apache.org/jira/browse/BAHIR-187)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/emlaver/bahir reduce-test-db-file-size
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/bahir/pull/75.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #75
----
commit 4f0bab661662adf988c100b2699bda8be6b5ab48
Author: Esteban Laver <emlaver@...>
Date: 2018-12-11T02:46:33Z
Reduced JSON test files to shorten time to complete test cases
- Added missing protocol for spark config
----
---