Why I'm doing: Now we initialize the column evaluator in the partition writer, which cause the same evaluator instance may be modified by different threads. What I'm doing: Remove the unnecessary evaluator initialization in the iceberg partition writer because it has been initialized in partition chunk writer factory. Also, we check the file writer and create it if needed before writing file data, because it may has been reset by the previous commit operation. Fixes #issue Signed-off-by: GavinMar <yangguansuo@starrocks.com> |
||
|---|---|---|
| .. | ||
| cmake_modules | ||
| extension/python-udf/src | ||
| src | ||
| test | ||
| .gitignore | ||
| CMakeLists.txt | ||