sgilmore10 opened a new issue, #37160:
URL: https://github.com/apache/arrow/issues/37160

   ### Describe the enhancement requested
   
   Currently, `arrow.internal.validate.index.string()` throws an error if given 
an string value with zero characters.
   
   ```matlab
   >> arrow.internal.validate.index.string("")
   Error using arrow.internal.validate.index.string
   String indices must contain at least one character.
   ```
   
   However, it's possible to have a field whose name is `""` in 
`arrow.tabular.Schema`. Therefore, we should support accessing that field by 
its name `""`. 
   
   ### Component(s)
   
   MATLAB


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