This is an automated email from the ASF dual-hosted git repository.
zabetak pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git.
from f93e72b [CALCITE-3881] DateTimeUtils.addMonths yields incorrect
results (Zhenghua Gao)
new 783571f [CALCITE-3163] Incorrect mapping of JDBC float/real array
types to Java types (Ralph Gasser)
new efbf8a6 Improve test coverage for float/real/double array types
(Alessandro Solimando)
new 89e0deb Replace AssertTestUtils with custom Hamcrest matcher for
accessors content
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../calcite/avatica/util/AbstractCursor.java | 3 +-
.../apache/calcite/avatica/AvaticaMatchers.java | 57 +++++
.../avatica/IsArrayAccessorResultSetEqual.java | 91 ++++++++
.../calcite/avatica/util/ArrayAccessorTest.java | 162 +++++++++++++++
.../apache/calcite/avatica/util/ArrayImplTest.java | 150 ++++++++-----
.../calcite/avatica/util/CursorTestUtils.java | 65 ++++++
.../calcite/avatica/remote/ArrayTypeTest.java | 231 ++++++++++++---------
7 files changed, 606 insertions(+), 153 deletions(-)
create mode 100644
core/src/test/java/org/apache/calcite/avatica/AvaticaMatchers.java
create mode 100644
core/src/test/java/org/apache/calcite/avatica/IsArrayAccessorResultSetEqual.java
create mode 100644
core/src/test/java/org/apache/calcite/avatica/util/ArrayAccessorTest.java
create mode 100644
core/src/test/java/org/apache/calcite/avatica/util/CursorTestUtils.java