[ 
https://issues.apache.org/jira/browse/BEAM-4076?focusedWorklogId=185040&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-185040
 ]

ASF GitHub Bot logged work on BEAM-4076:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Jan/19 00:08
            Start Date: 15/Jan/19 00:08
    Worklog Time Spent: 10m 
      Work Description: kennknowles commented on pull request #7500: 
[BEAM-4076] Add antlr4 to beam
URL: https://github.com/apache/beam/pull/7500#discussion_r247714253
 
 

 ##########
 File path: sdks/java/core/build.gradle
 ##########
 @@ -51,9 +58,11 @@ test {
 }
 
 dependencies {
+  antlr "org.antlr:antlr4:4.7"
   // Required to load constants from the model, e.g. max timestamp for global 
window
   shadow project(path: ":beam-model-pipeline", configuration: "shadow")
   shadow library.java.vendored_guava_20_0
+  compile library.java.antlr
 
 Review comment:
   This should be `antlr_runtime`.
 
----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 185040)
    Time Spent: 17h  (was: 16h 50m)

> Schema followups
> ----------------
>
>                 Key: BEAM-4076
>                 URL: https://issues.apache.org/jira/browse/BEAM-4076
>             Project: Beam
>          Issue Type: Improvement
>          Components: beam-model, dsl-sql, sdk-java-core
>            Reporter: Kenneth Knowles
>            Priority: Major
>          Time Spent: 17h
>  Remaining Estimate: 0h
>
> This umbrella bug contains subtasks with followups for Beam schemas, which 
> were moved from SQL to the core Java SDK and made to be type-name-based 
> rather than coder based.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to