alamb commented on code in PR #377: URL: https://github.com/apache/arrow-site/pull/377#discussion_r1242132701
########## _posts/2023-06-26-our-journey-at-f5-with-apache-arrow-part-2.md: ########## @@ -42,7 +42,7 @@ The following Go Arrow schema definition provides an example of such a schema, i var ( // Arrow schema for the OTLP Arrow Traces record (without attributes, links, and events). TracesSchema = arrow.NewSchema([]arrow.Field{ - // Nullabe:true means the field is optional, in this case of 16 bit unsigned integers + // Nullabe:true means the field is optional, in this case of 16 bit unsigned integers Review Comment: 🤔 it appears my editor removed trailing spaces automatically as well. I think that is ok -- 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: commits-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org