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 2ab9a2b Fix adapter doc grammatical errors
add 0b2dfb7 [CALCITE-4238] Create a default parser configuration, to
reduce redundant information in sub-parsers
No new revisions were added by this update.
Summary of changes:
babel/src/main/codegen/config.fmpp | 370 +-----------------
.../org/apache/calcite/buildtools/fmpp/FmppTask.kt | 4 +-
core/src/main/codegen/config.fmpp | 398 +------------------
core/src/main/codegen/default_config.fmpp | 424 +++++++++++++++++++++
core/src/main/codegen/templates/Parser.jj | 48 +--
core/src/test/codegen/config.fmpp | 379 +-----------------
server/src/main/codegen/config.fmpp | 374 +-----------------
7 files changed, 496 insertions(+), 1501 deletions(-)
create mode 100644 core/src/main/codegen/default_config.fmpp