diff --git a/AUTHORS.md b/AUTHORS.md new file mode 100644 index 00000000..c3e6ec78 --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,16 @@ +# Authors + +A successful open-source project depends on its [community of +contributors](https://github.com/EXASOL/spark-exasol-connector/graphs/contributors). + +## Maintainers + +The maintainers of the project are: + +* Exasol Developers <[EXASOL](https://github.com/EXASOL)> + +## Contributors + +These are the people whose contributions have made the project possible: + +* Tung Dang <[3cham](https://github.com/3cham)> diff --git a/CHANGES.md b/CHANGES.md index 6738c346..217c12c9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,14 @@ +## Unreleased + +* Use `date` and `timestamp` hints when creating where clause from Spark filters + [#13](https://github.com/EXASOL/spark-exasol-connector/issues/13) + [#17](https://github.com/EXASOL/spark-exasol-connector/pull/17) by @3cham +* Enable user provided `schema` when reading from Exasol + [#5](https://github.com/EXASOL/spark-exasol-connector/issues/5) + [#19](https://github.com/EXASOL/spark-exasol-connector/pull/19) by @3cham +* Fix ordering bug when pruning schema using required columns + [#21](https://github.com/EXASOL/spark-exasol-connector/pull/21) by @morazow + ## v0.1.0 > 2018 OCT 04