[
https://issues.apache.org/jira/browse/HIVE-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Phabricator updated HIVE-2726:
--
Attachment: HIVE-2726.D1317.2.patch
jonchang updated the revision "HIVE-2726 [jira] COALESCE(NULL, NULL)
[
https://issues.apache.org/jira/browse/HIVE-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Phabricator updated HIVE-2726:
--
Attachment: HIVE-2726.D1677.1.patch
jonchang requested code review of "HIVE-2726 [jira] COALESCE(NULL, N
[
https://issues.apache.org/jira/browse/HIVE-2794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204295#comment-13204295
]
Carl Steinbach commented on HIVE-2794:
--
"SELECT MAX(p) FROM empty" should return NULL,
Aggregations without grouping should return NULL when applied to partitioning
column of a partitionless table
-
Key: HIVE-2794
URL: https://issues.apache.o
[
https://issues.apache.org/jira/browse/HIVE-2749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Namit Jain updated HIVE-2749:
-
Resolution: Fixed
Status: Resolved (was: Patch Available)
Committed. Thanks Jonathan
Hello All,
I have imported near about 10 tables in Hive from MS SQL Server. But when I
try to cross check the records in Hive in one of the Table I have found
more record when I run the query (select count(*) from tblName;).
Then I have drop the that Table and again imported it in Hive. I have
[
https://issues.apache.org/jira/browse/HIVE-2793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carl Steinbach updated HIVE-2793:
-
Attachment: HIVE-2793.D1665.1.patch
> Disable loadpart_err.q on 0.23
> ---
[
https://issues.apache.org/jira/browse/HIVE-2793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Phabricator updated HIVE-2793:
--
Attachment: HIVE-2793.D1665.1.patch
cwsteinbach requested code review of "HIVE-2793 [jira] Disable loadp
Disable loadpart_err.q on 0.23
--
Key: HIVE-2793
URL: https://issues.apache.org/jira/browse/HIVE-2793
Project: Hive
Issue Type: Bug
Components: Testing Infrastructure
Reporter: Carl Steinbach
[
https://issues.apache.org/jira/browse/HIVE-2793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204224#comment-13204224
]
Carl Steinbach commented on HIVE-2793:
--
This testcase was previously disabled for all
Hi Alexis,
Work is already underway to add the YSmart optimizer to Hive. Please take a
look at https://issues.apache.org/jira/browse/HIVE-2206.
Thanks.
Carl
On Wed, Feb 8, 2012 at 6:17 PM, Alexis De La Cruz Toledo <
alexis...@gmail.com> wrote:
> Hi! My name is Alexis. I am a master student of
[
https://issues.apache.org/jira/browse/HIVE-2782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204202#comment-13204202
]
Carl Steinbach commented on HIVE-2782:
--
@Ashutosh: I also found what I think is a bug
[
https://issues.apache.org/jira/browse/HIVE-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204200#comment-13204200
]
Carl Steinbach commented on HIVE-2792:
--
{noformat}
SELECT
value,
SUBSTR(value, 4,
SUBSTR(CAST( AS BINARY)) produces unexpected results
Key: HIVE-2792
URL: https://issues.apache.org/jira/browse/HIVE-2792
Project: Hive
Issue Type: Bug
Components: UDF
Changes for Build #1207
[namit] HIVE-2718 NPE in union followed by join
(He Yongqiang via namit)
Changes for Build #1208
Changes for Build #1209
Changes for Build #1210
[namit] HIVE-2674 get_partitions_ps throws TApplicationException if table
doesn't
exist (Kevin Wilfong via namit)
Changes f
[
https://issues.apache.org/jira/browse/HIVE-2791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ashutosh Chauhan reassigned HIVE-2791:
--
Assignee: binlijin
Binlijin,
Is it ready for review? Mark Patch Available in that case.
[
https://issues.apache.org/jira/browse/HIVE-2759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204174#comment-13204174
]
Hudson commented on HIVE-2759:
--
Integrated in Hive-trunk-h0.21 #1249 (See
[https://builds.apa
Thanks Namit.
$ svn co svn+ssh://tubbs/svnhive/hadoop/external/thrift-0.7.0
svn: To better debug SSH connection problems, remove the -q option from
'ssh' in the [tunnels] section of your Subversion configuration file.
svn: Network connection closed unexpectedly
I am not able to reach it. Am I mis
Check out svn+ssh://tubbs/svnhive/hadoop/external/thrift-0.7.0
And set your thrift.home to the above
On 2/8/12 12:32 PM, "Aniket Mokashi" wrote:
>Hi,
>
>I made some changes to hive_metastore.thrift to add a few new apis. I am
>trying to generate code with thrift, but I am hitting following err
[
https://issues.apache.org/jira/browse/HIVE-2782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204109#comment-13204109
]
Zhenxiao Luo commented on HIVE-2782:
@carl: No problem with the original patch.
@Ashut
[
https://issues.apache.org/jira/browse/HIVE-2782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204094#comment-13204094
]
Ashutosh Chauhan commented on HIVE-2782:
{noformat}
[junit] < 2 10val_10
[
https://issues.apache.org/jira/browse/HIVE-2782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204092#comment-13204092
]
Carl Steinbach commented on HIVE-2782:
--
@Zhenxiao: Can you please explain how this is
[
https://issues.apache.org/jira/browse/HIVE-2782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204081#comment-13204081
]
Zhenxiao Luo commented on HIVE-2782:
I think Carl is correct. Order by the fifth charac
[
https://issues.apache.org/jira/browse/HIVE-2372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204037#comment-13204037
]
Luis Ramos commented on HIVE-2372:
--
As a hive user affected by this bug, I would have no p
[
https://issues.apache.org/jira/browse/HIVE-2759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Namit Jain updated HIVE-2759:
-
Resolution: Fixed
Hadoop Flags: Reviewed
Status: Resolved (was: Patch Available)
Committe
Changes for Build #1204
[cws] HIVE-2719. Revert HIVE-2589 (He Yongqiang via cws)
Changes for Build #1205
Changes for Build #1207
[namit] HIVE-2718 NPE in union followed by join
(He Yongqiang via namit)
Changes for Build #1208
Changes for Build #1209
Changes for Build #1210
[namit] HIVE-2674
[
https://issues.apache.org/jira/browse/HIVE-2788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhenxiao Luo updated HIVE-2788:
---
Description:
archive_corrupt.q is failing due to file format exception when loading
archive_corrupt.r
[
https://issues.apache.org/jira/browse/HIVE-2777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203913#comment-13203913
]
Aniket Mokashi commented on HIVE-2777:
--
I am adding deleteData option there, deletion
[
https://issues.apache.org/jira/browse/HIVE-2790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhenxiao Luo updated HIVE-2790:
---
Description:
Query result(-30.33) is missing in the running output:
[junit] Begin query: groupby_neg_
[
https://issues.apache.org/jira/browse/HIVE-2777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203896#comment-13203896
]
Ashutosh Chauhan commented on HIVE-2777:
So, this api is purely metadata and data w
[
https://issues.apache.org/jira/browse/HIVE-2782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203886#comment-13203886
]
Carl Steinbach commented on HIVE-2782:
--
@Ashutosh: here's a slightly reformatted versi
[
https://issues.apache.org/jira/browse/HIVE-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203850#comment-13203850
]
Namit Jain commented on HIVE-2726:
--
The following tests failed:
udaf_context_ngrams.q
udf
[
https://issues.apache.org/jira/browse/HIVE-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Namit Jain updated HIVE-2726:
-
Status: Open (was: Patch Available)
> COALESCE(NULL, NULL) NPEs
> -
>
>
[
https://issues.apache.org/jira/browse/HIVE-2782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203844#comment-13203844
]
Ashutosh Chauhan commented on HIVE-2782:
You modified the original query in non-tri
[
https://issues.apache.org/jira/browse/HIVE-2771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Phabricator updated HIVE-2771:
--
Attachment: HIVE-2771.D1551.2.patch
ashutoshc updated the revision "HIVE-2771 [jira] Add support for fil
[
https://issues.apache.org/jira/browse/HIVE-2771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203830#comment-13203830
]
Ashutosh Chauhan commented on HIVE-2771:
It is. I plan to take that up in a follow-
[
https://issues.apache.org/jira/browse/HIVE-2771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203812#comment-13203812
]
John Sichi commented on HIVE-2771:
--
Isn't a range predicate such as "WHERE key > 20 and ke
[
https://issues.apache.org/jira/browse/HIVE-2771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203786#comment-13203786
]
Phabricator commented on HIVE-2771:
---
ashutoshc has commented on the revision "HIVE-2771 [
[
https://issues.apache.org/jira/browse/HIVE-2372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203684#comment-13203684
]
Sergey Tryuber commented on HIVE-2372:
--
That's was my initial idea (you even can see t
[
https://issues.apache.org/jira/browse/HIVE-2782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carl Steinbach updated HIVE-2782:
-
Assignee: Carl Steinbach (was: Zhenxiao Luo)
Status: Patch Available (was: Open)
> New
[
https://issues.apache.org/jira/browse/HIVE-2782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carl Steinbach updated HIVE-2782:
-
Attachment: HIVE-2782.D1653.1.patch
> New BINARY type produces unexpected results with support
[
https://issues.apache.org/jira/browse/HIVE-2782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Phabricator updated HIVE-2782:
--
Attachment: HIVE-2782.D1653.1.patch
cwsteinbach requested code review of "HIVE-2782 [jira] New BINARY ty
[
https://issues.apache.org/jira/browse/HIVE-2789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carl Steinbach updated HIVE-2789:
-
Status: Patch Available (was: Open)
> When integrating into MapReduce2, 'select * from src di
[
https://issues.apache.org/jira/browse/HIVE-2789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carl Steinbach updated HIVE-2789:
-
Attachment: HIVE-2789.D1647.1.patch
> When integrating into MapReduce2, 'select * from src dis
[
https://issues.apache.org/jira/browse/HIVE-2789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Phabricator updated HIVE-2789:
--
Attachment: HIVE-2789.D1647.1.patch
cwsteinbach requested code review of "HIVE-2789 [jira] When integrat
[
https://issues.apache.org/jira/browse/HIVE-494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203357#comment-13203357
]
Phabricator commented on HIVE-494:
--
navis has commented on the revision "HIVE-494 [jira] Se
[
https://issues.apache.org/jira/browse/HIVE-494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Phabricator updated HIVE-494:
-
Attachment: HIVE-494.D1641.1.patch
navis requested code review of "HIVE-494 [jira] Select columns by index
47 matches
Mail list logo