starpact opened a new issue, #706:
URL: https://github.com/apache/arrow-go/issues/706

   ### Describe the enhancement requested
   
   string concatenation got executed here:
   ```go
   debug.Assert(v <= maxDefLevel, "columnwriter: invalid definition level "+ 
strconv.Itoa(int(v))+" for column "+w.descr.Path())
   ```
   
   <img width="1905" height="540" alt="Image" 
src="https://github.com/user-attachments/assets/24db5abc-6041-4517-b456-7d36df36693c";
 />
   
   missing macro is painful lol, might put this inside a `if debug.Enabled()` 
condition block or just remove it?
   
   ### Component(s)
   
   Parquet


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