This is an automated email from the ASF dual-hosted git repository.
jhyde pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git.
from da71884 [CALCITE-3384] Support Kerberos-authentication using SPNEGO
over HTTPS
new be246b9 [CALCITE-3199] DateTimeUtils.unixDateCeil should not return
the same value as unixDateFloor (Zhenghua Gao)
new 72bbbfc [CALCITE-3412] FLOOR(timestamp TO WEEK) gives wrong result
new 73fac75 Cosmetic
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:
appveyor.yml | 6 +--
.../java/org/apache/calcite/avatica/SqlType.java | 2 -
.../remote/AvaticaCommonsHttpClientSpnegoImpl.java | 4 +-
.../org/apache/calcite/avatica/remote/Service.java | 4 +-
.../apache/calcite/avatica/util/DateTimeUtils.java | 26 +++++++++-
.../avatica/remote/ProtobufSerializationTest.java | 56 ++++++++++++----------
.../calcite/avatica/util/DateTimeUtilsTest.java | 44 +++++++++++++++++
.../calcite/avatica/util/StructImplTest.java | 17 ++++---
docker/src/main/dockerhub/hooks/build | 2 +-
docker/src/main/dockerhub/hooks/post_push | 2 +-
.../apache/calcite/avatica/jdbc/JdbcMetaTest.java | 4 +-
site/_docs/history.md | 2 +-
site/_docs/howto.md | 2 +-
site/_docs/index.md | 2 +-
site/_posts/2019-05-13-release-1.15.0.md | 2 +-
site/downloads/avatica-go.md | 2 +-
site/downloads/avatica.md | 2 +-
17 files changed, 125 insertions(+), 54 deletions(-)