[jira] [Updated] (HIVE-24258) [CachedStore] Data miss match between cachedstore and rawstore

2020-10-25 Thread Ashish Sharma (Jira)


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

Ashish Sharma updated HIVE-24258:
-
Parent: HIVE-21637
Issue Type: Sub-task  (was: Task)

> [CachedStore] Data miss match between cachedstore and rawstore
> --
>
> Key: HIVE-24258
> URL: https://issues.apache.org/jira/browse/HIVE-24258
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Ashish Sharma
>Assignee: Ashish Sharma
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Description
> Objects like table name, db name, column name etc are case insensitive as per 
> HIVE contract but standalone metastore cachedstore is case sensitive.  As 
> result of which there is mismatch in rawstore output and cachedstore output.
> Example - 
> expected:<[SQLPrimaryKey(table_db:test_table_ops, table_name:tbl, 
> column_name:col1, key_seq:1, pk_name:pk1, enable_cstr:false, 
> validate_cstr:false, rely_cstr:false, catName:hive)]> 
> but was:<[SQLPrimaryKey(table_db:test_table_ops, table_name:tbl, 
> column_name:col1, key_seq:1, pk_name:Pk1, enable_cstr:false, 
> validate_cstr:false, rely_cstr:false, catName:hive)]>



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HIVE-24258) [CachedStore] Data miss match between cachedstore and rawstore

2020-10-25 Thread Ashish Sharma (Jira)


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

Ashish Sharma updated HIVE-24258:
-
Issue Type: Task  (was: Improvement)

> [CachedStore] Data miss match between cachedstore and rawstore
> --
>
> Key: HIVE-24258
> URL: https://issues.apache.org/jira/browse/HIVE-24258
> Project: Hive
>  Issue Type: Task
>Reporter: Ashish Sharma
>Assignee: Ashish Sharma
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Description
> Objects like table name, db name, column name etc are case insensitive as per 
> HIVE contract but standalone metastore cachedstore is case sensitive.  As 
> result of which there is mismatch in rawstore output and cachedstore output.
> Example - 
> expected:<[SQLPrimaryKey(table_db:test_table_ops, table_name:tbl, 
> column_name:col1, key_seq:1, pk_name:pk1, enable_cstr:false, 
> validate_cstr:false, rely_cstr:false, catName:hive)]> 
> but was:<[SQLPrimaryKey(table_db:test_table_ops, table_name:tbl, 
> column_name:col1, key_seq:1, pk_name:Pk1, enable_cstr:false, 
> validate_cstr:false, rely_cstr:false, catName:hive)]>



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HIVE-24258) [CachedStore] Data miss match between cachedstore and rawstore

2020-10-23 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated HIVE-24258:
--
Labels: pull-request-available  (was: )

> [CachedStore] Data miss match between cachedstore and rawstore
> --
>
> Key: HIVE-24258
> URL: https://issues.apache.org/jira/browse/HIVE-24258
> Project: Hive
>  Issue Type: Improvement
>Reporter: Ashish Sharma
>Assignee: Sankar Hariappan
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Description
> Objects like table name, db name, column name etc are case insensitive as per 
> HIVE contract but standalone metastore cachedstore is case sensitive.  As 
> result of which there is mismatch in rawstore output and cachedstore output.
> Example - 
> expected:<[SQLPrimaryKey(table_db:test_table_ops, table_name:tbl, 
> column_name:col1, key_seq:1, pk_name:pk1, enable_cstr:false, 
> validate_cstr:false, rely_cstr:false, catName:hive)]> 
> but was:<[SQLPrimaryKey(table_db:test_table_ops, table_name:tbl, 
> column_name:col1, key_seq:1, pk_name:Pk1, enable_cstr:false, 
> validate_cstr:false, rely_cstr:false, catName:hive)]>



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HIVE-24258) [CachedStore] Data miss match between cachedstore and rawstore

2020-10-23 Thread Sankar Hariappan (Jira)


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

Sankar Hariappan updated HIVE-24258:

Description: 
Description

Objects like table name, db name, column name etc are case insensitive as per 
HIVE contract but standalone metastore cachedstore is case sensitive.  As 
result of which there is mismatch in rawstore output and cachedstore output.

Example - 

expected:<[SQLPrimaryKey(table_db:test_table_ops, table_name:tbl, 
column_name:col1, key_seq:1, pk_name:pk1, enable_cstr:false, 
validate_cstr:false, rely_cstr:false, catName:hive)]> 

but was:<[SQLPrimaryKey(table_db:test_table_ops, table_name:tbl, 
column_name:col1, key_seq:1, pk_name:Pk1, enable_cstr:false, 
validate_cstr:false, rely_cstr:false, catName:hive)]>

  was:
Description

Objects like table name, db name, column name etc are case insensitive as per 
HIVE contract but standalone metastore cachedstore is case sensitive.  As 
result of which there is miss match in rawstore output and cachedstore output.

Example - 

expected:<[SQLPrimaryKey(table_db:test_table_ops, table_name:tbl, 
column_name:col1, key_seq:1, pk_name:pk1, enable_cstr:false, 
validate_cstr:false, rely_cstr:false, catName:hive)]> 

but was:<[SQLPrimaryKey(table_db:test_table_ops, table_name:tbl, 
column_name:col1, key_seq:1, pk_name:Pk1, enable_cstr:false, 
validate_cstr:false, rely_cstr:false, catName:hive)]>


> [CachedStore] Data miss match between cachedstore and rawstore
> --
>
> Key: HIVE-24258
> URL: https://issues.apache.org/jira/browse/HIVE-24258
> Project: Hive
>  Issue Type: Improvement
>Reporter: Ashish Sharma
>Assignee: Sankar Hariappan
>Priority: Major
>
> Description
> Objects like table name, db name, column name etc are case insensitive as per 
> HIVE contract but standalone metastore cachedstore is case sensitive.  As 
> result of which there is mismatch in rawstore output and cachedstore output.
> Example - 
> expected:<[SQLPrimaryKey(table_db:test_table_ops, table_name:tbl, 
> column_name:col1, key_seq:1, pk_name:pk1, enable_cstr:false, 
> validate_cstr:false, rely_cstr:false, catName:hive)]> 
> but was:<[SQLPrimaryKey(table_db:test_table_ops, table_name:tbl, 
> column_name:col1, key_seq:1, pk_name:Pk1, enable_cstr:false, 
> validate_cstr:false, rely_cstr:false, catName:hive)]>



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HIVE-24258) [CachedStore] Data miss match between cachedstore and rawstore

2020-10-23 Thread Sankar Hariappan (Jira)


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

Sankar Hariappan updated HIVE-24258:

Description: 
Description

Objects like table name, db name, column name etc are case insensitive as per 
HIVE contract but standalone metastore cachedstore is case sensitive.  As 
result of which there is miss match in rawstore output and cachedstore output.

Example - 

expected:<[SQLPrimaryKey(table_db:test_table_ops, table_name:tbl, 
column_name:col1, key_seq:1, pk_name:pk1, enable_cstr:false, 
validate_cstr:false, rely_cstr:false, catName:hive)]> 

but was:<[SQLPrimaryKey(table_db:test_table_ops, table_name:tbl, 
column_name:col1, key_seq:1, pk_name:Pk1, enable_cstr:false, 
validate_cstr:false, rely_cstr:false, catName:hive)]>

  was:
Description

Objects like table name, db name, column name etc are case incentives as per 
HIVE contract but standalone metastore cachedstore is case sensitive.  As 
result of which there is miss match in rawstore output and cachedstore output.

Example - 

expected:<[SQLPrimaryKey(table_db:test_table_ops, table_name:tbl, 
column_name:col1, key_seq:1, pk_name:pk1, enable_cstr:false, 
validate_cstr:false, rely_cstr:false, catName:hive)]> 

but was:<[SQLPrimaryKey(table_db:test_table_ops, table_name:tbl, 
column_name:col1, key_seq:1, pk_name:Pk1, enable_cstr:false, 
validate_cstr:false, rely_cstr:false, catName:hive)]>


> [CachedStore] Data miss match between cachedstore and rawstore
> --
>
> Key: HIVE-24258
> URL: https://issues.apache.org/jira/browse/HIVE-24258
> Project: Hive
>  Issue Type: Improvement
>Reporter: Ashish Sharma
>Assignee: Sankar Hariappan
>Priority: Major
>
> Description
> Objects like table name, db name, column name etc are case insensitive as per 
> HIVE contract but standalone metastore cachedstore is case sensitive.  As 
> result of which there is miss match in rawstore output and cachedstore output.
> Example - 
> expected:<[SQLPrimaryKey(table_db:test_table_ops, table_name:tbl, 
> column_name:col1, key_seq:1, pk_name:pk1, enable_cstr:false, 
> validate_cstr:false, rely_cstr:false, catName:hive)]> 
> but was:<[SQLPrimaryKey(table_db:test_table_ops, table_name:tbl, 
> column_name:col1, key_seq:1, pk_name:Pk1, enable_cstr:false, 
> validate_cstr:false, rely_cstr:false, catName:hive)]>



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HIVE-24258) [CachedStore] Data miss match between cachedstore and rawstore

2020-10-19 Thread Ashish Sharma (Jira)


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

Ashish Sharma updated HIVE-24258:
-
Description: 
Description

Objects like table name, db name, column name etc are case incentives as per 
HIVE contract but standalone metastore cachedstore is case sensitive.  As 
result of which there is miss match in rawstore output and cachedstore output.

Example - 

expected:<[SQLPrimaryKey(table_db:test_table_ops, table_name:tbl, 
column_name:col1, key_seq:1, pk_name:pk1, enable_cstr:false, 
validate_cstr:false, rely_cstr:false, catName:hive)]> 

but was:<[SQLPrimaryKey(table_db:test_table_ops, table_name:tbl, 
column_name:col1, key_seq:1, pk_name:Pk1, enable_cstr:false, 
validate_cstr:false, rely_cstr:false, catName:hive)]>

  was:
Description

Objects like table name, db name, column name etc are case incentives as per 
HIVE contract but standalone metastore cachedstore is case sensitive.  


> [CachedStore] Data miss match between cachedstore and rawstore
> --
>
> Key: HIVE-24258
> URL: https://issues.apache.org/jira/browse/HIVE-24258
> Project: Hive
>  Issue Type: Improvement
>Reporter: Ashish Sharma
>Assignee: Ashish Sharma
>Priority: Major
>
> Description
> Objects like table name, db name, column name etc are case incentives as per 
> HIVE contract but standalone metastore cachedstore is case sensitive.  As 
> result of which there is miss match in rawstore output and cachedstore output.
> Example - 
> expected:<[SQLPrimaryKey(table_db:test_table_ops, table_name:tbl, 
> column_name:col1, key_seq:1, pk_name:pk1, enable_cstr:false, 
> validate_cstr:false, rely_cstr:false, catName:hive)]> 
> but was:<[SQLPrimaryKey(table_db:test_table_ops, table_name:tbl, 
> column_name:col1, key_seq:1, pk_name:Pk1, enable_cstr:false, 
> validate_cstr:false, rely_cstr:false, catName:hive)]>



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HIVE-24258) [CachedStore] Data miss match between cachedstore and rawstore

2020-10-18 Thread Ashish Sharma (Jira)


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

Ashish Sharma updated HIVE-24258:
-
Summary: [CachedStore] Data miss match between cachedstore and rawstore  
(was: [CachedStore] Make CachedStore case-insenstive )

> [CachedStore] Data miss match between cachedstore and rawstore
> --
>
> Key: HIVE-24258
> URL: https://issues.apache.org/jira/browse/HIVE-24258
> Project: Hive
>  Issue Type: Improvement
>Reporter: Ashish Sharma
>Assignee: Ashish Sharma
>Priority: Major
>
> Description
> Objects like table name, db name, column name etc are case incentives as per 
> HIVE contract but standalone metastore cachedstore is case sensitive.  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)