[ https://issues.apache.org/jira/browse/HIVE-25202?focusedWorklogId=621666&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-621666 ]
ASF GitHub Bot logged work on HIVE-25202: ----------------------------------------- Author: ASF GitHub Bot Created on: 12/Jul/21 20:04 Start Date: 12/Jul/21 20:04 Worklog Time Spent: 10m Work Description: abstractdog commented on a change in pull request #2416: URL: https://github.com/apache/hive/pull/2416#discussion_r668174698 ########## File path: ql/src/test/results/clientpositive/llap/distinct_groupby.q.out ########## @@ -1619,7 +1619,7 @@ STAGE PLANS: Execution mode: vectorized, llap LLAP IO: all inputs Reducer 2 - Execution mode: vectorized, llap + Execution mode: llap Review comment: this looks like a regression from vectorized to non-vectorized, is it the case? -- 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. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 621666) Time Spent: 50m (was: 40m) > Support decimal64 operations for PTF operators > ---------------------------------------------- > > Key: HIVE-25202 > URL: https://issues.apache.org/jira/browse/HIVE-25202 > Project: Hive > Issue Type: Bug > Affects Versions: 4.0.0 > Reporter: Ramesh Kumar Thangarajan > Assignee: Ramesh Kumar Thangarajan > Priority: Major > Labels: pull-request-available > Time Spent: 50m > Remaining Estimate: 0h > > After the support for decimal64 vectorization for multiple operators, PTF > operators were found guilty of breaking the decimal64 chain if they happen to > occur between two operators. As a result they introduce unnecessary cast to > decimal. In order to prevent this, we will support PTF operators to handle > decimal64 data types too -- This message was sent by Atlassian Jira (v8.3.4#803005)