[ https://issues.apache.org/jira/browse/HIVE-22463?focusedWorklogId=349590&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-349590 ]
ASF GitHub Bot logged work on HIVE-22463: ----------------------------------------- Author: ASF GitHub Bot Created on: 26/Nov/19 06:15 Start Date: 26/Nov/19 06:15 Worklog Time Spent: 10m Work Description: t3rmin4t0r commented on pull request #856: HIVE-22463 decimal64 multiplication URL: https://github.com/apache/hive/pull/856#discussion_r350558292 ########## File path: ql/src/java/org/apache/hadoop/hive/ql/exec/vector/VectorExpressionDescriptor.java ########## @@ -286,19 +292,24 @@ public boolean matches(Descriptor other) { return false; } } + if (unscaled != other.unscaled) { Review comment: Check before args? ---------------------------------------------------------------- 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 349590) Time Spent: 2h (was: 1h 50m) > Support Decimal64 column multiplication with decimal64 Column/Scalar > -------------------------------------------------------------------- > > Key: HIVE-22463 > URL: https://issues.apache.org/jira/browse/HIVE-22463 > Project: Hive > Issue Type: Bug > Reporter: Ramesh Kumar Thangarajan > Assignee: Ramesh Kumar Thangarajan > Priority: Major > Labels: pull-request-available > Attachments: HIVE-22463.1.patch, HIVE-22463.10.patch, > HIVE-22463.11.patch, HIVE-22463.2.patch, HIVE-22463.3.patch, > HIVE-22463.5.patch, HIVE-22463.6.patch, HIVE-22463.7.patch, > HIVE-22463.8.patch, HIVE-22463.9.patch > > Time Spent: 2h > Remaining Estimate: 0h > > Support Decimal64 column multiplication with decimal64 Column/Scalar -- This message was sent by Atlassian Jira (v8.3.4#803005)