JakeDern commented on PR #8001:
URL: https://github.com/apache/arrow-rs/pull/8001#issuecomment-3127765666

   @asubiotto @alamb Thanks for the pointers! It looks like the test data in 
4.0.0-shareddict may not contain any delta dictionaries as this test passes on 
main as well as on my branch:
   
   ```rust
   #[test]
   fn read_stream_delta_dictionary() {
       let testdata = arrow_test_data();
   
       let path = "generated_shared_dict";
       let version = "4.0.0-shareddict";
       verify_arrow_file(&testdata, version, path);
       verify_arrow_stream(&testdata, version, path);
   }
   ```
   
   I'll take a crack at cleaning up the writer code from @asubiotto and 
incorporating it into this PR, then we can produce the data for testing as well.


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

Reply via email to