This is an automated email from the ASF dual-hosted git repository.
jhyde pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git
from ac47eb619 [CALCITE-5120] UnregisteredDriver#connect should throw
SQLException, not NullPointerException, if url is null
add 810acf807 [CALCITE-3557] ResultSet.getObject throws ClassCastException
when applied to an ARRAY or MULTISET inside a MULTISET
new 359135bfd [CALCITE-5443] After Statement.getMoreResults() has returned
false, Statement.getUpdateCount() should return -1
The 1 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:
NOTICE | 2 +-
README | 2 +-
.../apache/calcite/avatica/AvaticaStatement.java | 1 +
.../calcite/avatica/util/AbstractCursor.java | 8 +-
.../apache/calcite/avatica/AvaticaMatchers.java | 3 +
.../calcite/avatica/AvaticaStatementTest.java | 28 ++++++-
.../calcite/avatica/util/ArrayAccessorTest.java | 79 +++++++++++++----
site/_docs/docker_images.md | 28 +++----
site/_docs/history.md | 98 ++++++++++++++++++++++
site/_docs/howto.md | 4 +-
10 files changed, 215 insertions(+), 38 deletions(-)