[jira] [Resolved] (CARBONDATA-4191) update table for primitive column not working when complex child column name and primitive column name match

2021-06-02 Thread Kunal Kapoor (Jira)


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

Kunal Kapoor resolved CARBONDATA-4191.
--
Fix Version/s: 2.2.0
   Resolution: Fixed

> update table for primitive column not working when complex child column name 
> and primitive column name match
> 
>
> Key: CARBONDATA-4191
> URL: https://issues.apache.org/jira/browse/CARBONDATA-4191
> Project: CarbonData
>  Issue Type: Bug
>Reporter: Mahesh Raju Somalaraju
>Priority: Major
> Fix For: 2.2.0
>
>  Time Spent: 5h 10m
>  Remaining Estimate: 0h
>
>  
> below steps to reproduce the issue:
> drop table if exists update_complex;
> create table update_complex (a int, b string, struct1 STRUCT c:string>) stored as carbondata;
> insert into update_complex select 1,'c', named_struct('a',4,'b','d');
> update update_complex set (a)=(4);



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


[jira] [Resolved] (CARBONDATA-4186) Insert query is failing when partition column is part of local sort scope.

2021-06-02 Thread Kunal Kapoor (Jira)


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

Kunal Kapoor resolved CARBONDATA-4186.
--
Fix Version/s: 2.2.0
   Resolution: Fixed

> Insert query is failing when partition column is part of local sort scope.
> --
>
> Key: CARBONDATA-4186
> URL: https://issues.apache.org/jira/browse/CARBONDATA-4186
> Project: CarbonData
>  Issue Type: Bug
>Reporter: Nihal kumar ojha
>Priority: Major
> Fix For: 2.2.0
>
>  Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> Currently when we create table with partition column and put the same column 
> as part of local sort scope then Insert query fails with 
> ArrayIndexOutOfBounds exception.



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


[GitHub] [carbondata] nihal0107 commented on issue #4144: carbon-sdk support hdfs ?

2021-06-02 Thread GitBox


nihal0107 commented on issue #4144:
URL: https://github.com/apache/carbondata/issues/4144#issuecomment-853580601


   Hi,
  Yes, carbon-SDK supports hdfs configuration.
  When building a carbon writer, you can use API named 
`withHadoopConf(Configuration conf)` to pass the detailed configuration of 
HDFS. You can find an example for S3 given in SDKS3Example.java. In similar way 
you can use for HDFS.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org