We don't support multithreaded execution for all plans currently. I think the docs do a good job of explaining the current limitations: https://impala.apache.org/docs/build/html/topics/impala_mt_dop.html
On Mon, Feb 5, 2018 at 1:05 PM, Xinran Yu Tinney <yuxinran8...@gmail.com> wrote: > Hi, Impala dev, > I was creating a table with partitions and then trying to insert into > the table some values, but it shows : > > ERROR: NotImplementedException: MT_DOP not supported > > Please see the attachment. > > Is there anyone can explain why this happens? Thanks! > > Xinran >