You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/10/22 19:14:00 UTC

[jira] [Work logged] (GOBBLIN-1298) return JsonElement instead of null for the last element in resultChaining iterator

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

ASF GitHub Bot logged work on GOBBLIN-1298:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Oct/20 19:13
            Start Date: 22/Oct/20 19:13
    Worklog Time Spent: 10m 
      Work Description: asfgit closed pull request #3136:
URL: https://github.com/apache/incubator-gobblin/pull/3136


   


----------------------------------------------------------------
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: 503871)
    Remaining Estimate: 0h
            Time Spent: 10m

> return JsonElement instead of null for the last element in resultChaining iterator
> ----------------------------------------------------------------------------------
>
>                 Key: GOBBLIN-1298
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1298
>             Project: Apache Gobblin
>          Issue Type: Bug
>          Components: gobblin-salesforce
>            Reporter: Wenqin Wang
>            Assignee: Hung Tran
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> A previous commit introduced a bug in the result chaining iterator, and would always omit the last record because it is returning null (instead of returning JsonElement). That is what I've seen in gobblin client side for SFDC extractor log & actual behavior, where there is always one record didn't get ingested.
> Therefore in this commit, instead of returning null, the code would only print out the records and return the last jsonElement.



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