[jira] [Created] (HIVE-4523) round() function with specified decimal places not consistent with mysql

2013-05-08 Thread Fred Desing (JIRA)
Fred Desing created HIVE-4523: - Summary: round() function with specified decimal places not consistent with mysql Key: HIVE-4523 URL: https://issues.apache.org/jira/browse/HIVE-4523 Project: Hive

[jira] [Updated] (HIVE-4523) round() function with specified decimal places not consistent with mysql

2013-05-08 Thread Fred Desing (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fred Desing updated HIVE-4523: -- Description: // hive hive select round(150.000, 2) from temp limit 1; 150.0 hive select round(150, 2)