[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

[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

[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

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

[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:

[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

[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

[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] [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

[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