[jira] [Updated] (HIVE-9255) Fastpath for limited fetches from unpartitioned tables

2015-01-16 Thread Gopal V (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-9255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gopal V updated HIVE-9255:
--
   Resolution: Fixed
Fix Version/s: 0.15.0
   Status: Resolved  (was: Patch Available)

Committed to trunk - thanks [~ashutoshc].

This needs a fix in 0.14.1, will open a new JIRA + different patch-sets.

 Fastpath for limited fetches from unpartitioned tables
 --

 Key: HIVE-9255
 URL: https://issues.apache.org/jira/browse/HIVE-9255
 Project: Hive
  Issue Type: Bug
  Components: Physical Optimizer
Affects Versions: 0.14.0, 0.15.0
Reporter: Gopal V
Assignee: Gopal V
Priority: Minor
 Fix For: 0.15.0

 Attachments: HIVE-9255.1.patch, HIVE-9255.2.patch, HIVE-9255.3.patch


 Currently, for flat tables, the threshold check is applicable for a query 
 like {{select * from lineitem limit 1;}}.
 This is not necessary as without a filter clause, this can be executed 
 entirely via FetchTask. Running a cluster task is redundant for this case.
 This fastpath is applicable for partitioned tables already.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-9255) Fastpath for limited fetches from unpartitioned tables

2015-01-13 Thread Gopal V (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-9255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gopal V updated HIVE-9255:
--
Status: Patch Available  (was: Open)

 Fastpath for limited fetches from unpartitioned tables
 --

 Key: HIVE-9255
 URL: https://issues.apache.org/jira/browse/HIVE-9255
 Project: Hive
  Issue Type: Bug
  Components: Physical Optimizer
Affects Versions: 0.14.0, 0.15.0
Reporter: Gopal V
Assignee: Gopal V
Priority: Minor
 Attachments: HIVE-9255.1.patch, HIVE-9255.2.patch


 Currently, for flat tables, the threshold check is applicable for a query 
 like {{select * from lineitem limit 1;}}.
 This is not necessary as without a filter clause, this can be executed 
 entirely via FetchTask. Running a cluster task is redundant for this case.
 This fastpath is applicable for partitioned tables already.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-9255) Fastpath for limited fetches from unpartitioned tables

2015-01-13 Thread Gopal V (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-9255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gopal V updated HIVE-9255:
--
Attachment: HIVE-9255.2.patch

Regenerate q.out for the select cast(...) ... limit 10; case without the 
filter.

 Fastpath for limited fetches from unpartitioned tables
 --

 Key: HIVE-9255
 URL: https://issues.apache.org/jira/browse/HIVE-9255
 Project: Hive
  Issue Type: Bug
  Components: Physical Optimizer
Affects Versions: 0.14.0, 0.15.0
Reporter: Gopal V
Assignee: Gopal V
Priority: Minor
 Attachments: HIVE-9255.1.patch, HIVE-9255.2.patch


 Currently, for flat tables, the threshold check is applicable for a query 
 like {{select * from lineitem limit 1;}}.
 This is not necessary as without a filter clause, this can be executed 
 entirely via FetchTask. Running a cluster task is redundant for this case.
 This fastpath is applicable for partitioned tables already.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-9255) Fastpath for limited fetches from unpartitioned tables

2015-01-13 Thread Gopal V (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-9255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gopal V updated HIVE-9255:
--
Status: Open  (was: Patch Available)

 Fastpath for limited fetches from unpartitioned tables
 --

 Key: HIVE-9255
 URL: https://issues.apache.org/jira/browse/HIVE-9255
 Project: Hive
  Issue Type: Bug
  Components: Physical Optimizer
Affects Versions: 0.14.0, 0.15.0
Reporter: Gopal V
Assignee: Gopal V
Priority: Minor
 Attachments: HIVE-9255.1.patch, HIVE-9255.2.patch


 Currently, for flat tables, the threshold check is applicable for a query 
 like {{select * from lineitem limit 1;}}.
 This is not necessary as without a filter clause, this can be executed 
 entirely via FetchTask. Running a cluster task is redundant for this case.
 This fastpath is applicable for partitioned tables already.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-9255) Fastpath for limited fetches from unpartitioned tables

2015-01-13 Thread Gopal V (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-9255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gopal V updated HIVE-9255:
--
Attachment: HIVE-9255.3.patch

Add two more test-cases.

 Fastpath for limited fetches from unpartitioned tables
 --

 Key: HIVE-9255
 URL: https://issues.apache.org/jira/browse/HIVE-9255
 Project: Hive
  Issue Type: Bug
  Components: Physical Optimizer
Affects Versions: 0.14.0, 0.15.0
Reporter: Gopal V
Assignee: Gopal V
Priority: Minor
 Attachments: HIVE-9255.1.patch, HIVE-9255.2.patch, HIVE-9255.3.patch


 Currently, for flat tables, the threshold check is applicable for a query 
 like {{select * from lineitem limit 1;}}.
 This is not necessary as without a filter clause, this can be executed 
 entirely via FetchTask. Running a cluster task is redundant for this case.
 This fastpath is applicable for partitioned tables already.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-9255) Fastpath for limited fetches from unpartitioned tables

2015-01-06 Thread Gopal V (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-9255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gopal V updated HIVE-9255:
--
Attachment: HIVE-9255.1.patch

hive-15 patch-set.

 Fastpath for limited fetches from unpartitioned tables
 --

 Key: HIVE-9255
 URL: https://issues.apache.org/jira/browse/HIVE-9255
 Project: Hive
  Issue Type: Bug
  Components: Physical Optimizer
Affects Versions: 0.14.0, 0.15.0
Reporter: Gopal V
Assignee: Gopal V
Priority: Minor
 Attachments: HIVE-9255.1.patch


 Currently, for flat tables, the threshold check is applicable for a query 
 like {{select * from lineitem limit 1;}}.
 This is not necessary as without a filter clause, this can be executed 
 entirely via FetchTask. Running a cluster task is redundant for this case.
 This fastpath is applicable for partitioned tables already.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-9255) Fastpath for limited fetches from unpartitioned tables

2015-01-06 Thread Gopal V (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-9255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gopal V updated HIVE-9255:
--
Release Note: SimpleFetchOptimizer for limited fetches without filters
  Status: Patch Available  (was: Open)

 Fastpath for limited fetches from unpartitioned tables
 --

 Key: HIVE-9255
 URL: https://issues.apache.org/jira/browse/HIVE-9255
 Project: Hive
  Issue Type: Bug
  Components: Physical Optimizer
Affects Versions: 0.14.0, 0.15.0
Reporter: Gopal V
Assignee: Gopal V
Priority: Minor
 Attachments: HIVE-9255.1.patch


 Currently, for flat tables, the threshold check is applicable for a query 
 like {{select * from lineitem limit 1;}}.
 This is not necessary as without a filter clause, this can be executed 
 entirely via FetchTask. Running a cluster task is redundant for this case.
 This fastpath is applicable for partitioned tables already.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)