thswlsqls opened a new pull request, #8514:
URL: https://github.com/apache/paimon/pull/8514

   
   ### Purpose
   
   
   - `ArrowBundleWriter.addElement()` threw `RuntimeException("Exception 
happens while write to orc file")`, but this class is the Arrow (not ORC) 
bundle writer — a dead reference left over from an ORC writer skeleton.
   - The wrong format name misleads operators who debug Arrow/Lance write 
failures from the log or stack trace.
   - Changed the message to `"Exception happens while writing arrow record"`, 
matching the sibling messages in the same class (`"Exception happens while add 
vsr"`, `"Exception happens while flush to file"`).
   
   ### Tests
   
   - Typo/wording fix, no behavior change — no test added. `mvn -pl 
paimon-arrow spotless:check checkstyle:check` (JDK 11) passes; the module's 
native/JNI unit tests run in CI.
   
   
   


-- 
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]

Reply via email to