[GitHub] [carbondata] study-day commented on issue #4173: DELETE FROM TABLE default.test_table WHERE SEGMENT.ID IN reported an error in benline

2021-07-19 Thread GitBox


study-day commented on issue #4173:
URL: https://github.com/apache/carbondata/issues/4173#issuecomment-882976676


   Hi, DELETE FROM default.test_table WHERE SEGMENT.ID IN (0,1);  also  
reported an error.
   error info :
   Error: org.apache.spark.sql.AnalysisException: cannot resolve '`SEGMENT.ID`' 
given input columns: .line 1 pos 45;
   'Project ['tupleId]
   +- 'Filter 'SEGMENT.ID IN (0) ... 39 more fields]
 +- SubqueryAlias    38 more fields] CarbonDatasourceHadoopRelation 
(state=,code=0)


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@carbondata.apache.org

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




[jira] [Updated] (CARBONDATA-4250) Ignore presto test cases as they are failing randomly, fix by below JIRA issue

2021-07-19 Thread Mahesh Raju Somalaraju (Jira)


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

Mahesh Raju Somalaraju updated CARBONDATA-4250:
---
Description: 
Jira raised for presto random test case failure fix in concurrent case.

 *CARBONDATA-4249*

Please get more details on this JIRA

  was:
Jira raised for presto random test case failure fix in concurrent case.

 


> Ignore presto test cases as they are failing randomly, fix by below JIRA issue
> --
>
> Key: CARBONDATA-4250
> URL: https://issues.apache.org/jira/browse/CARBONDATA-4250
> Project: CarbonData
>  Issue Type: Bug
>Reporter: Mahesh Raju Somalaraju
>Priority: Major
>
> Jira raised for presto random test case failure fix in concurrent case.
>  *CARBONDATA-4249*
> Please get more details on this JIRA



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


[jira] [Updated] (CARBONDATA-4250) Ignore presto test cases as they are failing randomly, fix by below JIRA issue

2021-07-19 Thread Mahesh Raju Somalaraju (Jira)


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

Mahesh Raju Somalaraju updated CARBONDATA-4250:
---
Description: 
Jira raised for presto random test case failure fix in concurrent case.

 

  was:Jira raised for presto random test case failure fix in concurrent case


> Ignore presto test cases as they are failing randomly, fix by below JIRA issue
> --
>
> Key: CARBONDATA-4250
> URL: https://issues.apache.org/jira/browse/CARBONDATA-4250
> Project: CarbonData
>  Issue Type: Bug
>Reporter: Mahesh Raju Somalaraju
>Priority: Major
>
> Jira raised for presto random test case failure fix in concurrent case.
>  



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


[jira] [Updated] (CARBONDATA-4249) Presto test cases random fix

2021-07-19 Thread Mahesh Raju Somalaraju (Jira)


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

Mahesh Raju Somalaraju updated CARBONDATA-4249:
---
Description: 
Currently presto test cases are failing randomly.

Need to fix those in concurrent case.Scenario to reproduce:

1) create spark store for table

2) query from presto, query should execute with multiple worker nodes.

Problem will happen in below code snippet.

*parseCarbonMetadata method, while delete* /update multiple times.

  was:
Currently presto test cases are failing randomly.

Need to fix those in concurrent case.


> Presto test cases random fix
> 
>
> Key: CARBONDATA-4249
> URL: https://issues.apache.org/jira/browse/CARBONDATA-4249
> Project: CarbonData
>  Issue Type: Bug
>Reporter: Mahesh Raju Somalaraju
>Priority: Major
>
> Currently presto test cases are failing randomly.
> Need to fix those in concurrent case.Scenario to reproduce:
> 1) create spark store for table
> 2) query from presto, query should execute with multiple worker nodes.
> Problem will happen in below code snippet.
> *parseCarbonMetadata method, while delete* /update multiple times.



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


[jira] [Created] (CARBONDATA-4250) Ignore presto test cases as they are failing randomly, fix by below JIRA issue

2021-07-19 Thread Mahesh Raju Somalaraju (Jira)
Mahesh Raju Somalaraju created CARBONDATA-4250:
--

 Summary: Ignore presto test cases as they are failing randomly, 
fix by below JIRA issue
 Key: CARBONDATA-4250
 URL: https://issues.apache.org/jira/browse/CARBONDATA-4250
 Project: CarbonData
  Issue Type: Bug
Reporter: Mahesh Raju Somalaraju


Jira raised for presto random test case failure fix in concurrent case



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


[jira] [Created] (CARBONDATA-4249) Presto test cases random fix

2021-07-19 Thread Mahesh Raju Somalaraju (Jira)
Mahesh Raju Somalaraju created CARBONDATA-4249:
--

 Summary: Presto test cases random fix
 Key: CARBONDATA-4249
 URL: https://issues.apache.org/jira/browse/CARBONDATA-4249
 Project: CarbonData
  Issue Type: Bug
Reporter: Mahesh Raju Somalaraju


Currently presto test cases are failing randomly.

Need to fix those in concurrent case.



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


[jira] [Created] (CARBONDATA-4248) Explain query with upper case column is throwing key not found exception.

2021-07-19 Thread Nihal kumar ojha (Jira)
Nihal kumar ojha created CARBONDATA-4248:


 Summary: Explain query with upper case column is throwing key not 
found exception.
 Key: CARBONDATA-4248
 URL: https://issues.apache.org/jira/browse/CARBONDATA-4248
 Project: CarbonData
  Issue Type: Bug
Reporter: Nihal kumar ojha


Steps to reproduce:

sql("drop table if exists carbon_table")
 sql("drop table if exists parquet_table")
 sql("create table IF NOT EXISTS carbon_table(`BEGIN_TIME` BIGINT," +
 " `SAI_CGI_ECGI` STRING) stored as carbondata")
 sql("create table IF NOT EXISTS parquet_table(CELL_NAME string, CGISAI 
string)" +
 " stored as parquet")
 sql("explain extended with grpMainDatathroughput as (select" +
 " from_unixtime(begin_time, 'MMdd') as data_time, SAI_CGI_ECGI from 
carbon_table)," +
 " grpMainData as (select * from grpMainDatathroughput a JOIN(select CELL_NAME, 
CGISAI from" +
 " parquet_table) b ON b.CGISAI=a.SAI_CGI_ECGI) " +
 "select * from grpMainData a left join grpMainData b on 
a.cell_name=b.cell_name")



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


[GitHub] [carbondata] nihal0107 commented on issue #4172: tez will report an error

2021-07-19 Thread GitBox


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


   If you are not sure about the issue then can you please close it.


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@carbondata.apache.org

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




[GitHub] [carbondata] nihal0107 edited a comment on issue #4173: DELETE FROM TABLE default.test_table WHERE SEGMENT.ID IN reported an error in benline

2021-07-19 Thread GitBox


nihal0107 edited a comment on issue #4173:
URL: https://github.com/apache/carbondata/issues/4173#issuecomment-882401423


   Hi, please remove the keyword `table` from the query.
   New query would be something like:
   `DELETE FROM default.test_table WHERE SEGMENT.ID IN (0,1);`


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@carbondata.apache.org

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




[GitHub] [carbondata] nihal0107 commented on issue #4173: DELETE FROM TABLE default.test_table WHERE SEGMENT.ID IN reported an error in benline

2021-07-19 Thread GitBox


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


   Hi, please remove the keyword `table` from the query.
   New query would be something like:
   `DELETE FROM TABLE default.test_table WHERE SEGMENT.ID IN (0,1);`


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@carbondata.apache.org

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