lordk911 commented on issue #6781:
URL: https://github.com/apache/kyuubi/issues/6781#issuecomment-2449251586
may be it cause by FileWriterFactory use DynamicPartitionDataSingleWriter.
It need :
records to be written are required to be sorted on partition and/or bucket
column(s) before writing.
```
/**
* Dynamic partition writer with single writer, meaning only one writer is
opened at any time for
* writing. The records to be written are required to be sorted on partition
and/or bucket
* column(s) before writing.
*/
class DynamicPartitionDataSingleWriter(
description: WriteJobDescription,
taskAttemptContext: TaskAttemptContext,
committer: FileCommitProtocol,
customMetrics: Map[String, SQLMetric] = Map.empty)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]