willtemperley commented on issue #96:
URL: https://github.com/apache/arrow-swift/issues/96#issuecomment-5175831318

   > And is there a smaller first step you'd prefer than going straight at the 
JSON reader?
   
   Maybe the first step is to agree on an executable target name, i.e. 
something like:
   
   ```
   .executableTarget(
       name: "ArrowJSONIntegrationTest", // or maybe 
arrow-json-integration-test?
       dependencies: [
           "Arrow",
           .product(name: "ArgumentParser", package: "swift-argument-parser"),
       ]
   )
   ```
   
   Also we should probably decide on how JSON validation happens. Do we compare 
JSON to JSON via `Equatable` structs, or Arrow to Arrow?
   
   I think JSON to JSON comparison would probably be easier, because the 
current Arrow Swift type system does not easily support equality testing.


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