Re: Problem with decimal data type value search

2015-08-26 Thread Selina Zhang
The root cause could be Double.toString() or FloatingDecimal.toJavaFormatString() uses scientific notations if double is less than 10^-3 or greater than 10^7. It definitely is a bug. :) Selina On Wednesday, August 26, 2015 8:24 AM, Mayur Saparia wrote: On Wed, 26 Aug 2015 1

[jira] [Created] (HIVE-10809) HCat FileOutputCommitterContainer leaves behind empty _SCRATCH directories

2015-05-22 Thread Selina Zhang (JIRA)
Selina Zhang created HIVE-10809: --- Summary: HCat FileOutputCommitterContainer leaves behind empty _SCRATCH directories Key: HIVE-10809 URL: https://issues.apache.org/jira/browse/HIVE-10809 Project: Hive

[jira] [Created] (HIVE-10729) Query failed when join on an element in complex type (tez map join only)

2015-05-15 Thread Selina Zhang (JIRA)
Selina Zhang created HIVE-10729: --- Summary: Query failed when join on an element in complex type (tez map join only) Key: HIVE-10729 URL: https://issues.apache.org/jira/browse/HIVE-10729 Project: Hive

[jira] [Created] (HIVE-10596) Further optimize metadata only query

2015-05-04 Thread Selina Zhang (JIRA)
Selina Zhang created HIVE-10596: --- Summary: Further optimize metadata only query Key: HIVE-10596 URL: https://issues.apache.org/jira/browse/HIVE-10596 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-10308) Vectorization execution throws java.lang.IllegalArgumentException: Unsupported complex type: MAP

2015-04-10 Thread Selina Zhang (JIRA)
Selina Zhang created HIVE-10308: --- Summary: Vectorization execution throws java.lang.IllegalArgumentException: Unsupported complex type: MAP Key: HIVE-10308 URL: https://issues.apache.org/jira/browse/HIVE-10308

[jira] [Created] (HIVE-10089) RCFile: lateral view explode caused ConcurrentModificationException

2015-03-25 Thread Selina Zhang (JIRA)
Selina Zhang created HIVE-10089: --- Summary: RCFile: lateral view explode caused ConcurrentModificationException Key: HIVE-10089 URL: https://issues.apache.org/jira/browse/HIVE-10089 Project: Hive

[jira] [Created] (HIVE-10088) RCFIle: Lateral view with explode throws ConcurrentModificationException

2015-03-25 Thread Selina Zhang (JIRA)
Selina Zhang created HIVE-10088: --- Summary: RCFIle: Lateral view with explode throws ConcurrentModificationException Key: HIVE-10088 URL: https://issues.apache.org/jira/browse/HIVE-10088 Project: Hive

[jira] [Created] (HIVE-10036) Writing ORC format big table causes OOM - too many fixed sized stream buffers

2015-03-20 Thread Selina Zhang (JIRA)
Selina Zhang created HIVE-10036: --- Summary: Writing ORC format big table causes OOM - too many fixed sized stream buffers Key: HIVE-10036 URL: https://issues.apache.org/jira/browse/HIVE-10036 Project

[jira] [Created] (HIVE-9573) Lazy load partitions for SELECT LIMIT type query

2015-02-03 Thread Selina Zhang (JIRA)
Selina Zhang created HIVE-9573: -- Summary: Lazy load partitions for SELECT LIMIT type query Key: HIVE-9573 URL: https://issues.apache.org/jira/browse/HIVE-9573 Project: Hive Issue Type

[jira] [Commented] (HIVE-9447) Metastore: inefficient Oracle query for removing unused column descriptors when add/drop table/partition

2015-01-26 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14292449#comment-14292449 ] Selina Zhang commented on HIVE-9447: The unit test failures seem irrelevant to

[jira] [Updated] (HIVE-9447) Metastore: inefficient Oracle query for removing unused column descriptors when add/drop table/partition

2015-01-22 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Selina Zhang updated HIVE-9447: --- Affects Version/s: 0.14.0 Status: Patch Available (was: In Progress) > Metast

[jira] [Updated] (HIVE-9447) Metastore: inefficient Oracle query for removing unused column descriptors when add/drop table/partition

2015-01-22 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Selina Zhang updated HIVE-9447: --- Attachment: HIVE-9447.1.patch > Metastore: inefficient Oracle query for removing unused col

[jira] [Work started] (HIVE-9447) Metastore: inefficient Oracle query for removing unused column descriptors when add/drop table/partition

2015-01-22 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HIVE-9447 started by Selina Zhang. -- > Metastore: inefficient Oracle query for removing unused column descriptors >

[jira] [Created] (HIVE-9447) Metastore: inefficient Oracle query for removing unused column descriptors when add/drop table/partition

2015-01-22 Thread Selina Zhang (JIRA)
Selina Zhang created HIVE-9447: -- Summary: Metastore: inefficient Oracle query for removing unused column descriptors when add/drop table/partition Key: HIVE-9447 URL: https://issues.apache.org/jira/browse/HIVE-9447

[jira] [Updated] (HIVE-8295) Add batch retrieve partition objects for metastore direct sql

2014-09-29 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Selina Zhang updated HIVE-8295: --- Attachment: HIVE-8295.1.patch In this patch, I did not add configuration parameter to control the

[jira] [Updated] (HIVE-8295) Add batch retrieve partition objects for metastore direct sql

2014-09-29 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Selina Zhang updated HIVE-8295: --- Status: Patch Available (was: In Progress) > Add batch retrieve partition objects for metast

[jira] [Work started] (HIVE-8295) Add batch retrieve partition objects for metastore direct sql

2014-09-29 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HIVE-8295 started by Selina Zhang. -- > Add batch retrieve partition objects for metastore direct

[jira] [Updated] (HIVE-8293) Metastore direct SQL failed for Oracle becasue ORA-01722: invalid number

2014-09-29 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Selina Zhang updated HIVE-8293: --- Description: The direct SQL route of retrieve partition objects through filters failed for Oracle

[jira] [Updated] (HIVE-8295) Add batch retrieve partition objects for metastore direct sql

2014-09-29 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Selina Zhang updated HIVE-8295: --- Description: Currently in MetastoreDirectSql partition objects are constructed in a way that fetching

[jira] [Updated] (HIVE-8295) Add batch retrieve partition objects for metastore direct sql

2014-09-29 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Selina Zhang updated HIVE-8295: --- Environment: (was: Currently in MetastoreDirectSql partition objects are constructed in a way that

[jira] [Updated] (HIVE-8295) Add batch retrieve partition objects for metastore direct sql

2014-09-29 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Selina Zhang updated HIVE-8295: --- Description: Currently in MetastoreDirectSql partition objects are constructed in a way that fetching

[jira] [Created] (HIVE-8295) Add batch retrieve partition objects for metastore direct sql

2014-09-29 Thread Selina Zhang (JIRA)
Selina Zhang created HIVE-8295: -- Summary: Add batch retrieve partition objects for metastore direct sql Key: HIVE-8295 URL: https://issues.apache.org/jira/browse/HIVE-8295 Project: Hive Issue

[jira] [Updated] (HIVE-8293) Metastore direct SQL failed for Oracle becasue ORA-01722: invalid number

2014-09-29 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Selina Zhang updated HIVE-8293: --- Status: Patch Available (was: In Progress) > Metastore direct SQL failed for Oracle becasue ORA-01

[jira] [Updated] (HIVE-8293) Metastore direct SQL failed for Oracle becasue ORA-01722: invalid number

2014-09-29 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Selina Zhang updated HIVE-8293: --- Attachment: HIVE-8293.1.patch Use the similar workaround as DERBY-6358 : add projected column to case

[jira] [Work started] (HIVE-8293) Metastore direct SQL failed for Oracle becasue ORA-01722: invalid number

2014-09-29 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HIVE-8293 started by Selina Zhang. -- > Metastore direct SQL failed for Oracle becasue ORA-01722: invalid num

[jira] [Commented] (HIVE-8293) Metastore direct SQL failed for Oracle becasue ORA-01722: invalid number

2014-09-29 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14152087#comment-14152087 ] Selina Zhang commented on HIVE-8293: It is easy to reproduce: {block} hive>

[jira] [Created] (HIVE-8293) Metastore direct SQL failed for Oracle becasue ORA-01722: invalid number

2014-09-29 Thread Selina Zhang (JIRA)
Selina Zhang created HIVE-8293: -- Summary: Metastore direct SQL failed for Oracle becasue ORA-01722: invalid number Key: HIVE-8293 URL: https://issues.apache.org/jira/browse/HIVE-8293 Project: Hive

[jira] [Commented] (HIVE-7368) datanucleus sometimes returns an empty result instead of an error or data

2014-09-09 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14127931#comment-14127931 ] Selina Zhang commented on HIVE-7368: Hi Sush, My feeling for the root cause prob

[jira] [Commented] (HIVE-7803) Enable Hadoop speculative execution may cause corrupt output directory (dynamic partition)

2014-08-29 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14115538#comment-14115538 ] Selina Zhang commented on HIVE-7803: The test failures seem not related to this p

[jira] [Updated] (HIVE-7803) Enable Hadoop speculative execution may cause corrupt output directory (dynamic partition)

2014-08-28 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Selina Zhang updated HIVE-7803: --- Status: Patch Available (was: In Progress) > Enable Hadoop speculative execution may cause corr

[jira] [Work stopped] (HIVE-7803) Enable Hadoop speculative execution may cause corrupt output directory (dynamic partition)

2014-08-28 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HIVE-7803 stopped by Selina Zhang. > Enable Hadoop speculative execution may cause corrupt output directory > (dynamic par

[jira] [Work started] (HIVE-7803) Enable Hadoop speculative execution may cause corrupt output directory (dynamic partition)

2014-08-28 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HIVE-7803 started by Selina Zhang. > Enable Hadoop speculative execution may cause corrupt output directory > (dynamic par

[jira] [Updated] (HIVE-7803) Enable Hadoop speculative execution may cause corrupt output directory (dynamic partition)

2014-08-28 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Selina Zhang updated HIVE-7803: --- Attachment: HIVE-7803.2.patch You are right, I forgot set it to true for

[jira] [Updated] (HIVE-7803) Enable Hadoop speculative execution may cause corrupt output directory (dynamic partition)

2014-08-20 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Selina Zhang updated HIVE-7803: --- Attachment: HIVE-7803.1.patch Just realized the dynamic partition creation part was refactored to

[jira] [Work started] (HIVE-7803) Enable Hadoop speculative execution may cause corrupt output directory (dynamic partition)

2014-08-20 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HIVE-7803 started by Selina Zhang. > Enable Hadoop speculative execution may cause corrupt output directory > (dynamic par

[jira] [Created] (HIVE-7803) Enable Hadoop speculative execution may cause corrupt output directory (dynamic partition)

2014-08-20 Thread Selina Zhang (JIRA)
Selina Zhang created HIVE-7803: -- Summary: Enable Hadoop speculative execution may cause corrupt output directory (dynamic partition) Key: HIVE-7803 URL: https://issues.apache.org/jira/browse/HIVE-7803

[jira] [Commented] (HIVE-7090) Support session-level temporary tables in Hive

2014-07-02 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14050903#comment-14050903 ] Selina Zhang commented on HIVE-7090: Thanks for the explanation! It will work. Som

[jira] [Commented] (HIVE-7090) Support session-level temporary tables in Hive

2014-07-02 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14050726#comment-14050726 ] Selina Zhang commented on HIVE-7090: I mean if we want to support ROLLBACK/COMMI

[jira] [Commented] (HIVE-7090) Support session-level temporary tables in Hive

2014-07-02 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14050571#comment-14050571 ] Selina Zhang commented on HIVE-7090: Just wonder how transaction works with temp t

[jira] [Commented] (HIVE-7195) Improve Metastore performance

2014-06-13 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14031289#comment-14031289 ] Selina Zhang commented on HIVE-7195: [~ sershe] I added the link for the drop t

[jira] [Commented] (HIVE-5664) Drop cascade database fails when the db has any tables with indexes

2014-05-12 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13995390#comment-13995390 ] Selina Zhang commented on HIVE-5664: We had the same issue. In case we cannot move

[jira] [Created] (HIVE-7016) Hive returns wrong results when execute UDF on top of DISTINCT column

2014-05-05 Thread Selina Zhang (JIRA)
Selina Zhang created HIVE-7016: -- Summary: Hive returns wrong results when execute UDF on top of DISTINCT column Key: HIVE-7016 URL: https://issues.apache.org/jira/browse/HIVE-7016 Project: Hive

[jira] [Commented] (HIVE-6980) Drop table by using direct sql

2014-05-01 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13986839#comment-13986839 ] Selina Zhang commented on HIVE-6980: [~sershe]I have done the test based on

[jira] [Commented] (HIVE-6765) ASTNodeOrigin unserializable leads to fail when join with view

2014-04-30 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13986234#comment-13986234 ] Selina Zhang commented on HIVE-6765: [~adrian-wang] We came across the same pro

[jira] [Commented] (HIVE-6980) Drop table by using direct sql

2014-04-28 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13983695#comment-13983695 ] Selina Zhang commented on HIVE-6980: [~sershe] Thanks for the comments! Sorr

[jira] [Commented] (HIVE-6980) Drop table by using direct sql

2014-04-28 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13983605#comment-13983605 ] Selina Zhang commented on HIVE-6980: [~ashutoshc] Thanks! I have checked HIVE-

[jira] [Created] (HIVE-6980) Drop table by using direct sql

2014-04-27 Thread Selina Zhang (JIRA)
Selina Zhang created HIVE-6980: -- Summary: Drop table by using direct sql Key: HIVE-6980 URL: https://issues.apache.org/jira/browse/HIVE-6980 Project: Hive Issue Type: Improvement

Re: [ANNOUNCE] New Hive Committers - Prasanth J and Vaibhav Gumashta

2014-04-25 Thread Selina Zhang
Congratulations! Selina On 4/25/14, 10:35 AM, "Prasad Mujumdar" wrote: > Congratulations !! > >thanks >Prasad > > > >On Thu, Apr 24, 2014 at 7:33 PM, Carl Steinbach >wrote: > >> + Prasanth's correct email address >> >> >> On Thu, Apr 24, 2014 at 7:31 PM, Xuefu Zhang >>wrote: >> >>> Congratu

Re: Hive 0.12 with Hadoop 2.3

2014-04-09 Thread Selina Zhang
Yes, just rebuild your orc protobuf will be fine. Also make sure your hbase jar is the one building with protobuf 2.5 too. Selina On 4/9/14, 12:33 PM, "Mohammad Islam" wrote: >Hi , >Does Hive 0.12 + Hadoop 2.3 work fine? >We recently experienced the protobuf issue. Looks like hive includes >pro

[jira] [Commented] (HIVE-6492) limit partition number involved in a table scan

2014-03-28 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13951150#comment-13951150 ] Selina Zhang commented on HIVE-6492: [~leftylev] Thanks for reminding! We can

[jira] [Commented] (HIVE-6492) limit partition number involved in a table scan

2014-03-25 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13947410#comment-13947410 ] Selina Zhang commented on HIVE-6492: Thanks, Ashutosh! Yes, it just limits parti

[jira] [Assigned] (HIVE-6492) limit partition number involved in a table scan

2014-03-25 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Selina Zhang reassigned HIVE-6492: -- Assignee: Ashutosh Chauhan (was: Selina Zhang) > limit partition number involved in a ta

[jira] [Updated] (HIVE-6492) limit partition number involved in a table scan

2014-03-25 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Selina Zhang updated HIVE-6492: --- Attachment: HIVE-6492.7.parch.txt Uploaded new patch based on the review from Ashutosh. > li

Re: Review Request 19373: Limit table partitions involved in a table scan

2014-03-25 Thread Selina Zhang
Testing --- 3 tests are added Thanks, Selina Zhang

Re: Review Request 19373: Limit table partitions involved in a table scan

2014-03-25 Thread Selina Zhang
ntpositive/limit_partition_metadataonly.q.out PRE-CREATION Diff: https://reviews.apache.org/r/19373/diff/ Testing --- 3 tests are added Thanks, Selina Zhang

Re: hive partition questions

2014-03-24 Thread Selina Zhang
Try left semi join? It should equal to Xuefu¹s solution. select * from jobs t left semi join (select max(dt) d from jobs) m on m.d=t.dt; Thanks, Selina On 3/24/14, 5:41 PM, "Darapaneni, Hazarath" wrote: >I have tried Join but it's taking too much time. Thanks Zhang for your >inputs. > >Thanks,

[jira] [Commented] (HIVE-6492) limit partition number involved in a table scan

2014-03-20 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13942548#comment-13942548 ] Selina Zhang commented on HIVE-6492: Review request is here: h

Review Request 19373: Limit table partitions involved in a table scan

2014-03-18 Thread Selina Zhang
are added Thanks, Selina Zhang

[jira] [Updated] (HIVE-6492) limit partition number involved in a table scan

2014-03-11 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Selina Zhang updated HIVE-6492: --- Attachment: HIVE-6492.6.patch.txt [~hagleitn] - I added a flag to TableScanOperator to mark that

[jira] [Commented] (HIVE-6492) limit partition number involved in a table scan

2014-03-07 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924459#comment-13924459 ] Selina Zhang commented on HIVE-6492: [~hagleitn] Thank you for the suggestions

[jira] [Commented] (HIVE-6492) limit partition number involved in a table scan

2014-03-04 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13920358#comment-13920358 ] Selina Zhang commented on HIVE-6492: Also should let the test case pas

[jira] [Commented] (HIVE-6492) limit partition number involved in a table scan

2014-03-04 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13920237#comment-13920237 ] Selina Zhang commented on HIVE-6492: In the new test case limit_partition_2.q: se

[jira] [Updated] (HIVE-6492) limit partition number involved in a table scan

2014-03-04 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Selina Zhang updated HIVE-6492: --- Attachment: HIVE-6492.5.patch.txt Thank you,Gunther! I like your patch though it does not really care

[jira] [Updated] (HIVE-6492) limit partition number involved in a table scan

2014-03-04 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Selina Zhang updated HIVE-6492: --- Attachment: HIVE-6492.4.patch.txt Gunther, thanks for your comments! Removed the logic for simple

[jira] [Updated] (HIVE-6492) limit partition number involved in a table scan

2014-03-03 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Selina Zhang updated HIVE-6492: --- Attachment: HIVE-6492.3.patch.txt The test failure seems not related to this patch. Re-submit the

[jira] [Updated] (HIVE-6492) limit partition number involved in a table scan

2014-02-28 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Selina Zhang updated HIVE-6492: --- Attachment: HIVE-6492.2.patch.txt > limit partition number involved in a table s

[jira] [Commented] (HIVE-6492) limit partition number involved in a table scan

2014-02-28 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13916765#comment-13916765 ] Selina Zhang commented on HIVE-6492: The original patch actually has two t

[jira] [Commented] (HIVE-6492) limit partition number involved in a table scan

2014-02-28 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13916310#comment-13916310 ] Selina Zhang commented on HIVE-6492: Strict mode disables types of queries we ca

[jira] [Updated] (HIVE-6492) limit partition number involved in a table scan

2014-02-26 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Selina Zhang updated HIVE-6492: --- Attachment: HIVE-6492.1.patch.txt > limit partition number involved in a table s

[jira] [Commented] (HIVE-6492) limit partition number involved in a table scan

2014-02-26 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13913795#comment-13913795 ] Selina Zhang commented on HIVE-6492: It is not a rare case when a table has

[jira] [Reopened] (HIVE-6492) limit partition number involved in a table scan

2014-02-24 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Selina Zhang reopened HIVE-6492: Will submit a patch for it. > limit partition number involved in a table s

[jira] [Resolved] (HIVE-6492) limit partition number involved in a table scan

2014-02-24 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Selina Zhang resolved HIVE-6492. Resolution: Fixed > limit partition number involved in a table s

[jira] [Created] (HIVE-6492) limit partition number involved in a table scan

2014-02-24 Thread Selina Zhang (JIRA)
Selina Zhang created HIVE-6492: -- Summary: limit partition number involved in a table scan Key: HIVE-6492 URL: https://issues.apache.org/jira/browse/HIVE-6492 Project: Hive Issue Type: New