Re: Review Request 15755: HIVE-5810:create a function add_date as exists in mysql

2013-11-21 Thread jin jie

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/15755/#review29221
---



ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFAddDate.java
<https://reviews.apache.org/r/15755/#comment56358>

Why these variables are transient?



ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFAddDate.java
<https://reviews.apache.org/r/15755/#comment56359>

Will unit be null?
I think we'd better using this form: "YEAR".equalsIgnoreCase(unit)


- jin jie


On Nov. 21, 2013, 8:13 a.m., Anandha L Ranganahan wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/15755/
> ---
> 
> (Updated Nov. 21, 2013, 8:13 a.m.)
> 
> 
> Review request for hive and Thejas Nair.
> 
> 
> Bugs: https://issues.apache.org/jira/browse/HIVE-5810
> 
> https://issues.apache.org/jira/browse/https://issues.apache.org/jira/browse/HIVE-5810
> 
> 
> Repository: hive-git
> 
> 
> Description
> ---
> 
> The function add_date(date,unit,expr) and returns the value.
> 
> For example,
> add_date('2013-11-09','DAY',2) will return 2013-11-11.
> add_date('2013-11-09','Month',2) will return 2014-01-09.
> add_date('2013-11-09','Year',2) will return 2014-11-11.
> 
> 
> Diffs
> -
> 
>   ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionRegistry.java 5eb321c 
>   ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFAddDate.java 
> e69de29 
>   ql/src/test/queries/clientpositive/date_udf.q c55b9f9 
>   ql/src/test/results/clientpositive/date_udf.q.out 28e4f08 
> 
> Diff: https://reviews.apache.org/r/15755/diff/
> 
> 
> Testing
> ---
> 
> Testing complted and attached result.
> 
> 
> Thanks,
> 
> Anandha L Ranganahan
> 
>



Review Request 15385: HIVE-5791 TestUseDatabase in hcategory failed to pass when illegal filenames in /tmp

2013-11-09 Thread jin jie

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/15385/
---

Review request for hive.


Bugs: HIVE-5791
https://issues.apache.org/jira/browse/HIVE-5791


Repository: hive-git


Description
---

TestUseDatabase in hcategory failed to pass when illegal filenames in /tmp


Diffs
-

  hcatalog/core/src/test/java/org/apache/hcatalog/cli/TestUseDatabase.java 
d164da3 
  hcatalog/core/src/test/java/org/apache/hive/hcatalog/cli/TestUseDatabase.java 
f362b69 

Diff: https://reviews.apache.org/r/15385/diff/


Testing
---


Thanks,

jin jie