hehuiyuan opened a new pull request #16148:
URL: https://github.com/apache/flink/pull/16148
## What is the purpose of the change
Hive table sink has some log that tells us whether to use native or mapred
.
```
LOG.info("Hive streaming sink: Use MapReduce RecordWriter writer.");
LOG.info("Hive streaming sink: Use native parquet&orc writer.");
LOG.info(
"Hive streaming sink: Use MapReduce RecordWriter writer because BulkWriter
Factory not available.");
```
I have some ideas we can add log to make it more obvious when read hive
for `createBulkFormatForSplit`.

--
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.
For queries about this service, please contact Infrastructure at:
[email protected]