[jira] [Updated] (CARBONDATA-4192) UT cases correction for validating the exception message

2021-05-25 Thread Mahesh Raju Somalaraju (Jira)


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

Mahesh Raju Somalaraju updated CARBONDATA-4192:
---
Priority: Minor  (was: Major)

> UT cases correction for validating the exception message
> 
>
> Key: CARBONDATA-4192
> URL: https://issues.apache.org/jira/browse/CARBONDATA-4192
> Project: CarbonData
>  Issue Type: Bug
>Reporter: Mahesh Raju Somalaraju
>Priority: Minor
>
> UT cases correction for validating the exception message
> 1) Currently, when we check the exception message below, it is not catching 
> the message content.
> ```
> intercept[UnsupportedOperationException](
>  sql("update test set(a)=(4) where 
> id=1").collect()).getMessage.contains("abc")
> ```
> 2) Added for assert condition with exception message for some UT casesĀ 



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


[jira] [Created] (CARBONDATA-4192) UT cases correction for validating the exception message

2021-05-25 Thread Mahesh Raju Somalaraju (Jira)
Mahesh Raju Somalaraju created CARBONDATA-4192:
--

 Summary: UT cases correction for validating the exception message
 Key: CARBONDATA-4192
 URL: https://issues.apache.org/jira/browse/CARBONDATA-4192
 Project: CarbonData
  Issue Type: Bug
Reporter: Mahesh Raju Somalaraju


UT cases correction for validating the exception message

1) Currently, when we check the exception message below, it is not catching the 
message content.

```

intercept[UnsupportedOperationException](
 sql("update test set(a)=(4) where id=1").collect()).getMessage.contains("abc")

```

2) Added for assert condition with exception message for some UT casesĀ 



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


[jira] [Resolved] (CARBONDATA-4183) Local sort Partition Load and Compaction improvement

2021-05-25 Thread Ajantha Bhat (Jira)


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

Ajantha Bhat resolved CARBONDATA-4183.
--
Fix Version/s: 2.2.0
   Resolution: Fixed

> Local sort Partition Load and Compaction improvement
> 
>
> Key: CARBONDATA-4183
> URL: https://issues.apache.org/jira/browse/CARBONDATA-4183
> Project: CarbonData
>  Issue Type: Improvement
>Reporter: Indhumathi Muthumurugesh
>Priority: Major
> Fix For: 2.2.0
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Currently, number of tasks for partition table local sort load, is decided 
> based on input file size. In this case, the data will not be properly sorted, 
> as tasks launched is more. For compaction, number of tasks is equal to number 
> of partitions. If data is huge for a partition, then there can be chances, 
> that compaction will fail with OOM with less memory configurations.



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