Edward Capriolo created HIVE-4879:
-------------------------------------

             Summary: Windowing commit is need of a code-style cleanup
                 Key: HIVE-4879
                 URL: https://issues.apache.org/jira/browse/HIVE-4879
             Project: Hive
          Issue Type: Task
            Reporter: Edward Capriolo


It seems like the windowing (PTF) commit never used the apache code style. 
Curly braces in particular are not formatted according to standards. Maybe we 
can bundle a style commit up
 
{code}
  for (OrderExpression oExpr : spec.getExpressions())
  {
      OrderExpressionDef oexpDef = translate(inpShape, oExpr);
      def.addExpression(oexpDef);
    }
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to