What happened?
This is an occasional bug:
Use spark SQL insert overwrite lots of partitions, then execute select table will throw FileNotFoundexception

Affects Versions
0.3.2
What engines are you seeing the problem on?
Core, Spark
How to reproduce
Step1: Create an unkeyed table
Step2: Insert overwrite sink table select from the source table
Step3: Select from the sink table
notice: The source table needs to have multiple partitions
Relevant log output
No response
Anything else
Query the file in the hdfs where an error occurs. No file exists in the directory
Code of Conduct
What happened?
This is an occasional bug:
Use spark SQL insert overwrite lots of partitions, then execute select table will throw FileNotFoundexception
Affects Versions
0.3.2
What engines are you seeing the problem on?
Core, Spark
How to reproduce
Step1: Create an unkeyed table
Step2: Insert overwrite sink table select from the source table
Step3: Select from the sink table
notice: The source table needs to have multiple partitions
Relevant log output
No response
Anything else
Query the file in the hdfs where an error occurs. No file exists in the directory
Code of Conduct