You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/01/05 18:34:00 UTC

[jira] [Work logged] (BEAM-8829) PubsubJsonTableProvider throws error if input schema does not have event_timestamp

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

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

                Author: ASF GitHub Bot
            Created on: 05/Jan/21 18:33
            Start Date: 05/Jan/21 18:33
    Worklog Time Spent: 10m 
      Work Description: TheNeuralBit commented on pull request #13638:
URL: https://github.com/apache/beam/pull/13638#issuecomment-754819119


   Run SQL PostCommit


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

    Worklog Id:     (was: 531406)
    Time Spent: 20m  (was: 10m)

> PubsubJsonTableProvider throws error if input schema does not have event_timestamp
> ----------------------------------------------------------------------------------
>
>                 Key: BEAM-8829
>                 URL: https://issues.apache.org/jira/browse/BEAM-8829
>             Project: Beam
>          Issue Type: Bug
>          Components: dsl-sql
>            Reporter: Brian Hulette
>            Assignee: Brian Hulette
>            Priority: P2
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> RowToPubsubMessage uses [DropFields.fields("event_timestamp")|https://github.com/apache/beam/blob/b446304f75078ca9c97437e685409c31ceab7503/sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/meta/provider/pubsub/RowToPubsubMessage.java#L69] which throws if the input schema doesn't contain event_timestamp.
> We should only drop the field if it exists.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)