replace isArray() calls and remove LOG.isInfoEnabled() in Operator.forward()
----------------------------------------------------------------------------
Key: HIVE-1469
URL: https://issues.apache.org/jira/browse/HIVE-1469
Project: Hadoop Hive
Issue Type: Improvement
Reporter: He Yongqiang
Assignee: He Yongqiang
Priority: Minor
Small changes:
In my profiling, isArray() is kind of expensive, we should avoid to call it.
Also LOG.isInfoEnabled() is called in every operator's forward() method. We
should only call it once.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.