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.git.
from df95257 [CALCITE-4586] In piglet, allow creating a PigRelBuilder with
custom `config.simplify()` (Jiatao Tao)
add 9c870ee [CALCITE-4585] Improve error message from RelRunner (NobiGo)
new de847c3 [CALCITE-4591] RelRunner should throw SQLException if prepare
fails
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:
.../apache/calcite/jdbc/CalciteConnectionImpl.java | 35 +++++++---
.../java/org/apache/calcite/tools/RelRunner.java | 12 +++-
.../java/org/apache/calcite/tools/RelRunners.java | 5 +-
.../apache/calcite/test/ExceptionMessageTest.java | 79 ++++++++++++++++++++++
.../apache/calcite/test/ExtensionDdlExecutor.java | 5 +-
.../org/apache/calcite/test/RelBuilderTest.java | 2 +-
.../org/apache/calcite/tools/FrameworksTest.java | 6 +-
.../calcite/adapter/elasticsearch/MatchTest.java | 3 +-
.../apache/calcite/server/ServerDdlExecutor.java | 5 +-
9 files changed, 128 insertions(+), 24 deletions(-)