[
https://issues.apache.org/jira/browse/BEAM-4233?focusedWorklogId=98071&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-98071
]
ASF GitHub Bot logged work on BEAM-4233:
----------------------------------------
Author: ASF GitHub Bot
Created on: 03/May/18 23:07
Start Date: 03/May/18 23:07
Worklog Time Spent: 10m
Work Description: apilloud opened a new pull request #5275: [BEAM-4233]
[SQL] Use the same javacc and fmpp as calcite
URL: https://github.com/apache/beam/pull/5275
Calcite uses very specific versions of javacc and fmpp. We should use those
so we don't hit bugs caused by incompatibilities.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 98071)
Time Spent: 10m
Remaining Estimate: 0h
> SQL generated code don't match between Maven and Gradle
> --------------------------------------------------------
>
> Key: BEAM-4233
> URL: https://issues.apache.org/jira/browse/BEAM-4233
> Project: Beam
> Issue Type: Bug
> Components: dsl-sql
> Reporter: Andrew Pilloud
> Assignee: Andrew Pilloud
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The generated code between maven and gradle don't match. Particularly in the
> SQL parser. This causes the behavior of our generated SQL parser to be
> incorrect when built from gradle.
> The Maven plugin is using JavaCC version 4.0 while the Gradle plugin is using
> version 6.1.2.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)