Re: Carbondata 1.6.1: Query error when concurrent Compaction/Clean File

2022-01-17 Thread Chin Wei Low
Hi, I can try the latest version. It seems to have a lot of changes between 1.6.1 to 2.2.0. Is 2.2.0 backward compatible with data inserted with 1.6.1? Any upgrade guide I can refer to? Regards, Chin Wei On Mon, 17 Jan 2022, 18:02 Vikram Ahuja, wrote: > Hi, > Are you using the latest code? If n

Re: Carbondata 1.6.1: Query error when concurrent Compaction/Clean File

2022-01-17 Thread Chin Wei Low
I am using version 1.6.1. I did not ingest during clean files. Looks like there are enhancement in latest version which will consider the max.query.execution.time. On Mon, 17 Jan 2022, 17:30 蔡强, wrote: > Which version do you use? > > Clean files operation not supported on tables with concurrent

Re: Carbondata 1.6.1: Query error when concurrent Compaction/Clean File

2022-01-17 Thread Vikram Ahuja
Hi, Are you using the latest code? If not, can you try update to latest code as a lot of functionalities and features have been added to the clean files operation. Vikram Ahuja On Mon, 17 Jan 2022 at 9:23 AM, Chin Wei Low wrote: > Hi Community, > > I hit an error in query carbondata table when

Re: Carbondata 1.6.1: Query error when concurrent Compaction/Clean File

2022-01-17 Thread 蔡强
Which version do you use? Clean files operation not supported on tables with concurrent insert overwrite operation. please check the document: https://github.com/apache/carbondata/blob/master/docs/clean-files.md Chin Wei Low 于2022年1月17日周一 11:53写道: > Hi Community, > > I hit an error in query c

Carbondata 1.6.1: Query error when concurrent Compaction/Clean File

2022-01-16 Thread Chin Wei Low
Hi Community, I hit an error in query carbondata table when it is running concurrently with Compaction/Clean Files. It is throwing FileNotFoundException about some carbondata file, which I saw has been removed by the Compaction/Clean Files. Is this a limitation of Carbondata or is it a bug? Regar