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

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

                Author: ASF GitHub Bot
            Created on: 19/Jun/18 19:53
            Start Date: 19/Jun/18 19:53
    Worklog Time Spent: 10m 
      Work Description: apilloud opened a new pull request #5687: 
[BEAM-4575][SQL] Don't wait on Unbounded PCollections
URL: https://github.com/apache/beam/pull/5687
 
 
   Output looks like this:
   
   ```
   0: jdbc:beam:> insert into test select max(test2.payload.id) from test2 
GROUP BY HOP(event_timestamp, INTERVAL '1' MINUTE, INTERVAL '1' MINUTE);
   <Thousands of lines truncated>
   INFO: To access the Dataflow monitoring console, please navigate to 
https://console.cloud.google.com/dataflow/jobsDetail/locations/us-central1/jobs/2018-06-19_12_45_14-1583809748020308674?project=google.com%3Adeft-testing-integration
   Submitted job: 2018-06-19_12_45_14-1583809748020308674
   Jun 19, 2018 12:45:14 PM org.apache.beam.runners.dataflow.DataflowRunner run
   INFO: To cancel the job using the 'gcloud' tool, run:
   > gcloud dataflow jobs --project=google.com:deft-testing-integration cancel 
--region=us-central1 2018-06-19_12_45_14-1583809748020308674
   No rows affected (18.705 seconds)
   0: jdbc:beam:>
   ```
   ------------------------
   
   Follow this checklist to help us incorporate your contribution quickly and 
easily:
   
    - [X] Format the pull request title like `[BEAM-XXX] Fixes bug in 
ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA 
issue, if applicable. This will automatically link the pull request to the 
issue.
    - [ ] If this contribution is large, please file an Apache [Individual 
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   It will help us expedite review of your Pull Request if you tag someone 
(e.g. `@username`) to look at it.
   

----------------------------------------------------------------
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: 113341)
    Time Spent: 1h 50m  (was: 1h 40m)

> Beam SQL should cleanly transform graph from Calcite
> ----------------------------------------------------
>
>                 Key: BEAM-4575
>                 URL: https://issues.apache.org/jira/browse/BEAM-4575
>             Project: Beam
>          Issue Type: New Feature
>          Components: dsl-sql
>            Reporter: Andrew Pilloud
>            Assignee: Andrew Pilloud
>            Priority: Major
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> It would be nice if the Beam graph matched the Calcite graph in structure 
> with each node generating a PTransform that is applied onto the PCollection 
> of it's parent. We should also ensure that each Calcite node only appears in 
> the Beam graph one time.



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

Reply via email to