You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by vl...@apache.org on 2019/11/12 14:17:53 UTC

[calcite] branch master updated (52bc246 -> dc34cd0)

This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git.


    from 52bc246  [CALCITE-482] Implement sql and planner hints
     add dc34cd0  Add shrinker for RexProgramFuzzy so the results are simpler to reason about

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/calcite/rex/RexCall.java  |   4 +-
 .../apache/calcite/sql/fun/SqlCaseOperator.java    |   3 +-
 .../org/apache/calcite/test/RexProgramTest.java    |  27 +++++
 .../calcite/test/fuzzer/RexProgramFuzzyTest.java   |  42 +++++++-
 .../apache/calcite/test/fuzzer/RexShrinker.java    | 114 +++++++++++++++++++++
 .../calcite/test/fuzzer/RexToTestCodeShuttle.java  |  29 ++++--
 6 files changed, 206 insertions(+), 13 deletions(-)
 create mode 100644 core/src/test/java/org/apache/calcite/test/fuzzer/RexShrinker.java