lidavidm commented on code in PR #13676: URL: https://github.com/apache/arrow/pull/13676#discussion_r926929036
########## java/vector/src/main/java/org/apache/arrow/vector/ipc/JsonFileWriter.java: ########## @@ -83,8 +84,10 @@ import com.fasterxml.jackson.databind.MappingJsonFactory; /** - * A writer that converts binary Vectors into a JSON format suitable + * A writer that converts binary Vectors into an <em>internal, unstable</em> JSON format suitable Review Comment: Integration tests are run via a binary, not via JUnit, so they need to end up in something that gets compiled into a JAR. (Also I'd be a little hesitant to break compatibility immediately here.) -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org