[jira] [Updated] (HIVE-22102) Reduce HMS call when createing HiveSession

2019-08-13 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-22102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-22102: Attachment: HIVE-22102.1.patch > Reduce HMS call when createing HiveSession >

[jira] [Updated] (HIVE-22102) Reduce HMS call when createing HiveSession

2019-08-13 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-22102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-22102: Status: Patch Available (was: Open) > Reduce HMS call when createing HiveSession >

[jira] [Commented] (HIVE-22039) Query with CBO crashes HS2 in corner case

2019-07-25 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-22039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16893296#comment-16893296 ] Rajesh Balamohan commented on HIVE-22039: - Just wanted to mention that CALCITE-2247 might be just

[jira] [Commented] (HIVE-22039) Query with CBO crashes HS2 in corner case

2019-07-25 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-22039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16892714#comment-16892714 ] Rajesh Balamohan commented on HIVE-22039: - Confirming that

[jira] [Commented] (HIVE-22039) Query with CBO crashes HS2 in corner case

2019-07-24 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-22039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16892283#comment-16892283 ] Rajesh Balamohan commented on HIVE-22039: - [~kgyrtkirk]: I tried from 3.1.1 bits downloaded from

[jira] [Updated] (HIVE-22039) Query with CBO crashes HS2 in corner case

2019-07-24 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-22039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-22039: Attachment: image-2019-07-25-04-52-20-002.png > Query with CBO crashes HS2 in corner case

[jira] [Updated] (HIVE-22039) Query with CBO crashes HS2 in corner case

2019-07-24 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-22039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-22039: Attachment: image-2019-07-25-04-52-33-686.png > Query with CBO crashes HS2 in corner case

[jira] [Updated] (HIVE-22039) Query with CBO crashes HS2 in corner case

2019-07-24 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-22039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-22039: Description: Here is a very simple repro for this case. Query would crash HS2. Temp

[jira] [Commented] (HIVE-22039) Query with CBO crashes HS2 in corner case

2019-07-24 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-22039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16891824#comment-16891824 ] Rajesh Balamohan commented on HIVE-22039: - Suspecting that {{FilterReduceExpressionsRule}} is

[jira] [Updated] (HIVE-22039) Query with CBO crashes HS2 in corner case

2019-07-24 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-22039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-22039: Summary: Query with CBO crashes HS2 in corner case (was: Query with CBO crashes HS2 in

[jira] [Updated] (HIVE-22013) "Show table extended" should not compute FS statistics

2019-07-21 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-22013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-22013: Description: In some of the `show table extended` statements, following codepath is

[jira] [Updated] (HIVE-22013) "Show table extended" should not compute FS statistics

2019-07-20 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-22013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-22013: Summary: "Show table extended" should not compute FS statistics (was: "Show table

[jira] [Commented] (HIVE-21778) CBO: "Struct is not null" gets evaluated as `nullable` always causing filter miss in the query

2019-07-18 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16887927#comment-16887927 ] Rajesh Balamohan commented on HIVE-21778: - +1 > CBO: "Struct is not null" gets evaluated as

[jira] [Commented] (HIVE-21778) CBO: "Struct is not null" gets evaluated as `nullable` always causing filter miss in the query

2019-07-17 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16886797#comment-16886797 ] Rajesh Balamohan commented on HIVE-21778: - It creates the filter in

[jira] [Updated] (HIVE-21778) CBO: "Struct is not null" gets evaluated as `nullable` always causing filter miss in the query

2019-07-17 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21778: Description: {noformat} drop table if exists test_struct; CREATE external TABLE

[jira] [Assigned] (HIVE-21778) CBO: "Struct is not null" gets evaluated as `nullable` always causing pushdown miss in the query

2019-07-17 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan reassigned HIVE-21778: --- Assignee: (was: Rajesh Balamohan) > CBO: "Struct is not null" gets evaluated as

[jira] [Comment Edited] (HIVE-21778) CBO: "Struct is not null" gets evaluated as `nullable` always causing filter miss in the query

2019-07-17 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16886789#comment-16886789 ] Rajesh Balamohan edited comment on HIVE-21778 at 7/17/19 8:44 AM: -- This

[jira] [Updated] (HIVE-21778) CBO: "Struct is not null" gets evaluated as `nullable` always causing filter miss in the query

2019-07-17 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21778: Summary: CBO: "Struct is not null" gets evaluated as `nullable` always causing filter miss

[jira] [Updated] (HIVE-21778) CBO: "Struct is not null" gets evaluated as `nullable` always causing filter miss in the query

2019-07-17 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21778: Attachment: test_null.q.out test_null.q > CBO: "Struct is not null" gets

[jira] [Updated] (HIVE-21778) CBO: "Struct is not null" gets evaluated as `nullable` always causing filter miss in the query

2019-07-17 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21778: Affects Version/s: 4.0.0 > CBO: "Struct is not null" gets evaluated as `nullable` always

[jira] [Commented] (HIVE-21778) CBO: "Struct is not null" gets evaluated as `nullable` always causing filter miss in the query

2019-07-17 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16886789#comment-16886789 ] Rajesh Balamohan commented on HIVE-21778: - This happens in master as well. I will attach the .q

[jira] [Assigned] (HIVE-21778) CBO: "Struct is not null" gets evaluated as `nullable` always causing pushdown miss in the query

2019-07-17 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan reassigned HIVE-21778: --- Assignee: Rajesh Balamohan > CBO: "Struct is not null" gets evaluated as `nullable`

[jira] [Assigned] (HIVE-21778) CBO: "Struct is not null" gets evaluated as `nullable` always causing pushdown miss in the query

2019-07-17 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan reassigned HIVE-21778: --- Assignee: (was: Rajesh Balamohan) > CBO: "Struct is not null" gets evaluated as

[jira] [Assigned] (HIVE-21778) CBO: "Struct is not null" gets evaluated as `nullable` always causing pushdown miss in the query

2019-07-17 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan reassigned HIVE-21778: --- Assignee: Rajesh Balamohan > CBO: "Struct is not null" gets evaluated as `nullable`

[jira] [Updated] (HIVE-21993) HS/HMS delegationstore with ZK can degrade performance when jute.maxBuffer is reached

2019-07-14 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21993: Description: DelegationStore can be configured to run in-mem/DB/ZK based TokenStores.

[jira] [Updated] (HIVE-21993) HS/HMS delegationstore with ZK can degrade performance when jute.maxBuffer is reached

2019-07-14 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21993: Affects Version/s: 1.2.0 > HS/HMS delegationstore with ZK can degrade performance when

[jira] [Updated] (HIVE-21993) HS/HMS delegationstore with ZK can degrade performance when jute.maxBuffer is reached

2019-07-14 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21993: Description: DelegationStore can be configured to run in-mem/DB/ZK based TokenStores.

[jira] [Updated] (HIVE-21993) HS/HMS delegationstore with ZK can degrade performance when jute.maxBuffer is reached

2019-07-14 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21993: Description: DelegationStore can be configured to run in-mem/DB/ZK based TokenStores.

[jira] [Updated] (HIVE-21993) HS/HMS delegationstore with ZK can degrade performance when jute.maxBuffer is reached

2019-07-14 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21993: Description: DelegationStore can be configured to run in-mem/DB/ZK based TokenStores.

[jira] [Updated] (HIVE-21993) HS/HMS delegationstore with ZK can degrade performance when jute.maxBuffer is reached

2019-07-14 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21993: Description: DelegationStore can be configured to run in-mem/DB/ZK based TokenStores.

[jira] [Assigned] (HIVE-21971) HS2 leaks classloader due to `ReflectionUtils::CONSTRUCTOR_CACHE` with temporary functions + GenericUDF

2019-07-14 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan reassigned HIVE-21971: --- Assignee: Rajesh Balamohan > HS2 leaks classloader due to

[jira] [Updated] (HIVE-21971) HS2 leaks classloader due to `ReflectionUtils::CONSTRUCTOR_CACHE` with temporary functions + GenericUDF

2019-07-09 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21971: Summary: HS2 leaks classloader due to `ReflectionUtils::CONSTRUCTOR_CACHE` with temporary

[jira] [Updated] (HIVE-21971) HS2 leaks classload due to `ReflectionUtils::CONSTRUCTOR_CACHE` with temporary functions + GenericUDF

2019-07-09 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21971: Status: Patch Available (was: Open) > HS2 leaks classload due to

[jira] [Updated] (HIVE-21971) HS2 leaks classload due to `ReflectionUtils::CONSTRUCTOR_CACHE` with temporary functions + GenericUDF

2019-07-09 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21971: Attachment: HIVE-21971.1.patch > HS2 leaks classload due to

[jira] [Commented] (HIVE-21971) HS2 leaks classload due to `ReflectionUtils::CONSTRUCTOR_CACHE` with temporary functions + GenericUDF

2019-07-09 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16880989#comment-16880989 ] Rajesh Balamohan commented on HIVE-21971: - .1 patch introducing cache clean up in

[jira] [Updated] (HIVE-21971) HS2 leaks classload due to `ReflectionUtils::CONSTRUCTOR_CACHE` with temporary functions + GenericUDF

2019-07-08 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21971: Description: https://issues.apache.org/jira/browse/HIVE-10329 helped in moving away from

[jira] [Commented] (HIVE-18702) INSERT OVERWRITE TABLE doesn't clean the table directory before overwriting

2019-06-12 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-18702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16862664#comment-16862664 ] Rajesh Balamohan commented on HIVE-18702: - Thanks for creating and fixing this ticket. There is

[jira] [Updated] (HIVE-21622) Provide an option to invoke `ReflectionUtil::newInstance` without storing in constructor_cache

2019-04-17 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21622: Attachment: Screenshot 2019-04-17 at 2.17.21 PM.png > Provide an option to invoke

[jira] [Updated] (HIVE-21622) Provide an option to invoke `ReflectionUtil::newInstance` without storing in constructor_cache

2019-04-17 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21622: Attachment: (was: Screenshot 2019-04-17 at 2.17.21 PM.png) > Provide an option to

[jira] [Updated] (HIVE-21622) Provide an option to invoke `ReflectionUtil::newInstance` without storing in constructor_cache

2019-04-17 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21622: Description: In certain cases, UDFs would be dynamically registered/deregistered often.

[jira] [Commented] (HIVE-21565) Utilities::isEmptyPath should throw back FNFE instead of returning true

2019-04-08 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16812889#comment-16812889 ] Rajesh Balamohan commented on HIVE-21565: - Test failures are unrelated to this patch. >

[jira] [Updated] (HIVE-21565) Utilities::isEmptyPath should throw back FNFE instead of returning true

2019-04-03 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21565: Attachment: HIVE-21565.2.patch > Utilities::isEmptyPath should throw back FNFE instead of

[jira] [Updated] (HIVE-21565) Utilities::isEmptyPath should throw back FNFE instead of returning true

2019-04-02 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21565: Status: Patch Available (was: Open) > Utilities::isEmptyPath should throw back FNFE

[jira] [Updated] (HIVE-21565) Utilities::isEmptyPath should throw back FNFE instead of returning true

2019-04-02 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21565: Attachment: HIVE-21565.1.patch > Utilities::isEmptyPath should throw back FNFE instead of

[jira] [Updated] (HIVE-21565) Utilities::isEmptyPath should throw back FNFE instead of returning true

2019-04-02 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21565: Attachment: (was: HIVE-21565.1.patch) > Utilities::isEmptyPath should throw back FNFE

[jira] [Updated] (HIVE-21565) Utilities::isEmptyPath should throw back FNFE instead of returning true

2019-04-02 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21565: Attachment: HIVE-21565.1.patch > Utilities::isEmptyPath should throw back FNFE instead of

[jira] [Updated] (HIVE-21520) Query "Submit plan" time reported is incorrect

2019-03-28 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21520: Status: Patch Available (was: Open) > Query "Submit plan" time reported is incorrect >

[jira] [Commented] (HIVE-21520) Query "Submit plan" time reported is incorrect

2019-03-28 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16803775#comment-16803775 ] Rajesh Balamohan commented on HIVE-21520: - .1 patch. {noformat} Query Execution Summary

[jira] [Updated] (HIVE-21520) Query "Submit plan" time reported is incorrect

2019-03-28 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21520: Attachment: HIVE-21520.1.patch > Query "Submit plan" time reported is incorrect >

[jira] [Commented] (HIVE-21520) Query "Submit plan" time reported is incorrect

2019-03-28 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16803619#comment-16803619 ] Rajesh Balamohan commented on HIVE-21520: - Yeah, mostly `dagSubmitStartTime` could have been

[jira] [Updated] (HIVE-21503) Vectorization: query with regex gives incorrect results with vectorization

2019-03-27 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21503: Affects Version/s: 2.3.4 > Vectorization: query with regex gives incorrect results with

[jira] [Commented] (HIVE-21503) Vectorization: query with regex gives incorrect results with vectorization

2019-03-27 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16803597#comment-16803597 ] Rajesh Balamohan commented on HIVE-21503: - Sorry about the late update on this. Sure will check

[jira] [Updated] (HIVE-21503) Vectorization: query with regex gives incorrect results with vectorization

2019-03-25 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21503: Description: i see wrong results with vectorization. Without vectorization, it works fine.

[jira] [Comment Edited] (HIVE-21503) Vectorization: query with regex gives incorrect results with vectorization

2019-03-25 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16801325#comment-16801325 ] Rajesh Balamohan edited comment on HIVE-21503 at 3/26/19 2:50 AM: -- It

[jira] [Commented] (HIVE-21503) Vectorization: query with regex gives incorrect results with vectorization

2019-03-25 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16801325#comment-16801325 ] Rajesh Balamohan commented on HIVE-21503: - It reproduces consistently with case-when. Here is the

[jira] [Commented] (HIVE-21431) Vectorization: ltrim throws ArrayIndexOutOfBounds in corner cases

2019-03-25 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16801287#comment-16801287 ] Rajesh Balamohan commented on HIVE-21431: - Just realised that, this is not the right example. Plz

[jira] [Commented] (HIVE-21503) Vectorization: query with regex gives incorrect results with vectorization

2019-03-25 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16801258#comment-16801258 ] Rajesh Balamohan commented on HIVE-21503: - I will check without "case-when" expression. Could be

[jira] [Comment Edited] (HIVE-21431) Vectorization: ltrim throws ArrayIndexOutOfBounds in corner cases

2019-03-25 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16800660#comment-16800660 ] Rajesh Balamohan edited comment on HIVE-21431 at 3/25/19 1:14 PM: -- This

[jira] [Comment Edited] (HIVE-21431) Vectorization: ltrim throws ArrayIndexOutOfBounds in corner cases

2019-03-25 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16800660#comment-16800660 ] Rajesh Balamohan edited comment on HIVE-21431 at 3/25/19 1:14 PM: -- This

[jira] [Commented] (HIVE-21431) Vectorization: ltrim throws ArrayIndexOutOfBounds in corner cases

2019-03-25 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16800660#comment-16800660 ] Rajesh Balamohan commented on HIVE-21431: - This should be reproducible with regex expressions.

[jira] [Commented] (HIVE-21305) LLAP: Option to skip cache for ETL queries

2019-03-24 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16800184#comment-16800184 ] Rajesh Balamohan commented on HIVE-21305: - Would this skip temp table creation which may not be

[jira] [Resolved] (HIVE-21475) SparkClientUtilities::urlFromPathString should handle viewfs to avoid UDF ClassNotFoundExcpetion

2019-03-19 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan resolved HIVE-21475. - Resolution: Duplicate Already fixed in master. Closing this as duplicate of HIVE-16292.

[jira] [Updated] (HIVE-21475) SparkClientUtilities::urlFromPathString should handle viewfs to avoid UDF ClassNotFoundExcpetion

2019-03-19 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21475: Description: e.g error {noformat} childOperators

[jira] [Updated] (HIVE-21439) Provide an option to reduce lookup overhead for bucketed tables

2019-03-14 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21439: Attachment: HIVE-21439.2.patch > Provide an option to reduce lookup overhead for bucketed

[jira] [Commented] (HIVE-21439) Provide an option to reduce lookup overhead for bucketed tables

2019-03-14 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16792826#comment-16792826 ] Rajesh Balamohan commented on HIVE-21439: - Fixing checkstyle. > Provide an option to reduce

[jira] [Updated] (HIVE-21439) Provide an option to reduce lookup overhead for bucketed tables

2019-03-13 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21439: Assignee: Rajesh Balamohan Status: Patch Available (was: Open) > Provide an option

[jira] [Updated] (HIVE-21439) Provide an option to reduce lookup overhead for bucketed tables

2019-03-13 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21439: Attachment: HIVE-21439.1.patch > Provide an option to reduce lookup overhead for bucketed

[jira] [Commented] (HIVE-21439) Provide an option to reduce lookup overhead for bucketed tables

2019-03-13 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16792345#comment-16792345 ] Rajesh Balamohan commented on HIVE-21439: - Checked in local cluster. Uploading .1 patch. >

[jira] [Comment Edited] (HIVE-21439) Provide an option to reduce lookup overhead for bucketed tables

2019-03-13 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16792172#comment-16792172 ] Rajesh Balamohan edited comment on HIVE-21439 at 3/13/19 11:01 PM: ---

[jira] [Commented] (HIVE-21439) Provide an option to reduce lookup overhead for bucketed tables

2019-03-13 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16792172#comment-16792172 ] Rajesh Balamohan commented on HIVE-21439: - Thanks [~gopalv]. Will check if spark can handle

[jira] [Updated] (HIVE-21439) Provide an option to reduce lookup overhead for bucketed tables

2019-03-13 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21439: Description: If a table is bucketed, `OpTraitsRulesProcFactory::TableScanRule` ends up

[jira] [Updated] (HIVE-21312) FSStatsAggregator::connect is slow

2019-03-04 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21312: Resolution: Fixed Fix Version/s: 4.0.0 Status: Resolved (was: Patch

[jira] [Commented] (HIVE-21312) FSStatsAggregator::connect is slow

2019-03-04 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16784015#comment-16784015 ] Rajesh Balamohan commented on HIVE-21312: - Thanks [~kgyrtkirk], [~gopalv].   Committed to

[jira] [Updated] (HIVE-21312) FSStatsAggregator::connect is slow

2019-03-03 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21312: Attachment: HIVE-21312.6.patch > FSStatsAggregator::connect is slow >

[jira] [Updated] (HIVE-21312) FSStatsAggregator::connect is slow

2019-02-28 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21312: Attachment: HIVE-21312.5.patch > FSStatsAggregator::connect is slow >

[jira] [Commented] (HIVE-21312) FSStatsAggregator::connect is slow

2019-02-28 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16781209#comment-16781209 ] Rajesh Balamohan commented on HIVE-21312: - - Made the fix to retain old behavior of returning

[jira] [Commented] (HIVE-21312) FSStatsAggregator::connect is slow

2019-02-28 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16780555#comment-16780555 ] Rajesh Balamohan commented on HIVE-21312: - Thanks for the review [~kgyrtkirk]. Attaching the

[jira] [Updated] (HIVE-21312) FSStatsAggregator::connect is slow

2019-02-28 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21312: Attachment: HIVE-21312.4.patch > FSStatsAggregator::connect is slow >

[jira] [Commented] (HIVE-21312) FSStatsAggregator::connect is slow

2019-02-27 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16780047#comment-16780047 ] Rajesh Balamohan commented on HIVE-21312: - Kryo readObject classtype was missing earlier causing

[jira] [Updated] (HIVE-21312) FSStatsAggregator::connect is slow

2019-02-27 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21312: Attachment: HIVE-21312.3.patch > FSStatsAggregator::connect is slow >

[jira] [Updated] (HIVE-21331) Metastore should throw exception back if it is not able to delete the folder

2019-02-27 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21331: Description:

[jira] [Assigned] (HIVE-21331) Metastore should throw exception back if it is not able to delete the folder

2019-02-27 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan reassigned HIVE-21331: --- Assignee: Rajesh Balamohan > Metastore should throw exception back if it is not

[jira] [Commented] (HIVE-21312) FSStatsAggregator::connect is slow

2019-02-26 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16778755#comment-16778755 ] Rajesh Balamohan commented on HIVE-21312: - Sure. I will look into this today. >

[jira] [Commented] (HIVE-21312) FSStatsAggregator::connect is slow

2019-02-26 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16777816#comment-16777816 ] Rajesh Balamohan commented on HIVE-21312: - Thanks for creating

[jira] [Comment Edited] (HIVE-21312) FSStatsAggregator::connect is slow

2019-02-26 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1652#comment-1652 ] Rajesh Balamohan edited comment on HIVE-21312 at 2/26/19 10:00 AM: ---

[jira] [Commented] (HIVE-21312) FSStatsAggregator::connect is slow

2019-02-26 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1652#comment-1652 ] Rajesh Balamohan commented on HIVE-21312: - [~kgyrtkirk]: Also, patch would would help with other

[jira] [Comment Edited] (HIVE-21312) FSStatsAggregator::connect is slow

2019-02-24 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16776457#comment-16776457 ] Rajesh Balamohan edited comment on HIVE-21312 at 2/25/19 2:22 AM: --

[jira] [Commented] (HIVE-21312) FSStatsAggregator::connect is slow

2019-02-24 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16776457#comment-16776457 ] Rajesh Balamohan commented on HIVE-21312: - Thanks [~kgyrtkirk]. I have made it as threadsafe

[jira] [Updated] (HIVE-21312) FSStatsAggregator::connect is slow

2019-02-24 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21312: Attachment: HIVE-21312.2.patch > FSStatsAggregator::connect is slow >

[jira] [Updated] (HIVE-21312) FSStatsAggregator::connect is slow

2019-02-24 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21312: Attachment: HIVE-21312.1.patch > FSStatsAggregator::connect is slow >

[jira] [Updated] (HIVE-21312) FSStatsAggregator::connect is slow

2019-02-24 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21312: Status: Patch Available (was: Open) > FSStatsAggregator::connect is slow >

[jira] [Resolved] (HIVE-21136) Kryo exception : Unable to create serializer for class AtomicReference

2019-01-18 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan resolved HIVE-21136. - Resolution: Won't Fix Thanks [~gopalv]. Closing this ticket as fix would be in UDF side.

[jira] [Issue Comment Deleted] (HIVE-21136) Kryo exception : Unable to create serializer for class AtomicReference

2019-01-18 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21136: Comment: was deleted (was: Another option could be to have new serializer for

[jira] [Commented] (HIVE-21136) Kryo exception : Unable to create serializer for class AtomicReference

2019-01-18 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16746613#comment-16746613 ] Rajesh Balamohan commented on HIVE-21136: - Another option could be to have new serializer for

[jira] [Commented] (HIVE-21136) Kryo exception : Unable to create serializer for class AtomicReference

2019-01-18 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16746611#comment-16746611 ] Rajesh Balamohan commented on HIVE-21136: - Though the patch this corner case condition, I agree

[jira] [Updated] (HIVE-21136) Kryo exception : Unable to create serializer for class AtomicReference

2019-01-18 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21136: Status: Open (was: Patch Available) > Kryo exception : Unable to create serializer for

[jira] [Comment Edited] (HIVE-21136) Kryo exception : Unable to create serializer for class AtomicReference

2019-01-18 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16746611#comment-16746611 ] Rajesh Balamohan edited comment on HIVE-21136 at 1/18/19 7:36 PM: --

[jira] [Updated] (HIVE-21136) Kryo exception : Unable to create serializer for class AtomicReference

2019-01-18 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21136: Status: Patch Available (was: Open) > Kryo exception : Unable to create serializer for

[jira] [Updated] (HIVE-21136) Kryo exception : Unable to create serializer for class AtomicReference

2019-01-18 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21136: Attachment: HIVE-21136.1.patch > Kryo exception : Unable to create serializer for class

[jira] [Updated] (HIVE-21136) Kryo exception : Unable to create serializer for class AtomicReference

2019-01-18 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-21136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-21136: Affects Version/s: 2.3.4 > Kryo exception : Unable to create serializer for class

<    1   2   3   4   5   6   7   8   9   10   >