Re: Review Request: float and double calculation is inaccurate in Hive

2012-12-18 Thread Bharath Mundlapudi
We have solved this issue recently. It is not just a problem in Hive. Contact me offline if you need more details. -Bharath From: Johnny Zhang To: Johnny Zhang ; Mark Grover ; hive Sent: Monday, December 17, 2012 5:13 PM Subject: Re: Review Request: float

[jira] [Created] (HIVE-2584) Alter table should accept database name

2011-11-16 Thread Bharath Mundlapudi (Created) (JIRA)
: Bharath Mundlapudi It would be nice if alter table accepts database name. For example: This would be more useful in certain usecases: alter table DB.Tbl set location ; rather than 2 statements. use DB; alter table Tbl set location ; -- This message is automatically generated by JIRA. If