[jira] Subscription: PIG patch available

2018-01-17 Thread jira
Issue Subscription Filter: PIG patch available (38 issues) Subscriber: pigdaily Key Summary PIG-5317Upgrade old dependencies: commons-lang, hsqldb, commons-logging https://issues-test.apache.org/jira/browse/PIG-5317 PIG-5316Initialize mapred.task.id property for PoS

[jira] [Assigned] (PIG-5328) expressionOperator Divide.equalsZero(DataType.BIGDECIMAL) is invalid

2018-01-17 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-5328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi reassigned PIG-5328: - Assignee: Michael Howard Thanks again Michael. Assigning the jira to you. Let us know if you need

[jira] [Commented] (PIG-5328) expressionOperator Divide.equalsZero(DataType.BIGDECIMAL) is invalid

2018-01-17 Thread Michael Howard (JIRA)
[ https://issues.apache.org/jira/browse/PIG-5328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16329867#comment-16329867 ] Michael Howard commented on PIG-5328: - I have gone through all pig source files in the following: {{$

[jira] [Commented] (PIG-5328) expressionOperator Divide.equalsZero(DataType.BIGDECIMAL) is invalid

2018-01-17 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-5328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16329551#comment-16329551 ] Koji Noguchi commented on PIG-5328: --- Thanks for your feedback  [~michaelthoward]!  Please let me know if

[jira] [Commented] (PIG-4608) FOREACH ... UPDATE

2018-01-17 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16329539#comment-16329539 ] Daniel Dai commented on PIG-4608: - "add" (or append?)/"update xxx as"/"drop" syntax sounds good to me. We

[jira] [Commented] (PIG-5328) expressionOperator Divide.equalsZero(DataType.BIGDECIMAL) is invalid

2018-01-17 Thread Michael Howard (JIRA)
[ https://issues.apache.org/jira/browse/PIG-5328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16329527#comment-16329527 ] Michael Howard commented on PIG-5328: - References to RoundingMode in: ./builtin/FloatRoundTo.java

[jira] [Commented] (PIG-5328) expressionOperator Divide.equalsZero(DataType.BIGDECIMAL) is invalid

2018-01-17 Thread Michael Howard (JIRA)
[ https://issues.apache.org/jira/browse/PIG-5328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16329496#comment-16329496 ] Michael Howard commented on PIG-5328: - same problem ... use of of BigDecimal.ZERO.equals(BigDecimal)

[jira] [Commented] (PIG-5328) expressionOperator Divide.equalsZero(DataType.BIGDECIMAL) is invalid

2018-01-17 Thread Michael Howard (JIRA)
[ https://issues.apache.org/jira/browse/PIG-5328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16329483#comment-16329483 ] Michael Howard commented on PIG-5328: - Context/background: BigDecimal is difficult to work with. I did

[jira] [Commented] (PIG-4608) FOREACH ... UPDATE

2018-01-17 Thread Will Lauer (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16329258#comment-16329258 ] Will Lauer commented on PIG-4608: - {quote}This is Yahoo-centric, but would it be possible to grep our logs

[jira] [Updated] (PIG-5328) expressionOperator Divide.equalsZero(DataType.BIGDECIMAL) is invalid

2018-01-17 Thread Michael Howard (JIRA)
[ https://issues.apache.org/jira/browse/PIG-5328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Howard updated PIG-5328: Environment: pig source HEAD as of Jan 2017 ... probably goes all the way back to initial

[jira] [Updated] (PIG-5328) expressionOperator Divide.equalsZero(DataType.BIGDECIMAL) is invalid

2018-01-17 Thread Michael Howard (JIRA)
[ https://issues.apache.org/jira/browse/PIG-5328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Howard updated PIG-5328: Environment: pig source HEAD as of Jan 2018 ... probably goes all the way back to initial

[jira] [Created] (PIG-5328) expressionOperator Divide.equalsZero(DataType.BIGDECIMAL) is invalid

2018-01-17 Thread Michael Howard (JIRA)
Michael Howard created PIG-5328: --- Summary: expressionOperator Divide.equalsZero(DataType.BIGDECIMAL) is invalid Key: PIG-5328 URL: https://issues.apache.org/jira/browse/PIG-5328 Project: Pig

[jira] [Commented] (PIG-4608) FOREACH ... UPDATE

2018-01-17 Thread Will Lauer (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16329135#comment-16329135 ] Will Lauer commented on PIG-4608: - I like drop. If everyone else agrees, I'll change my patch to use that