kou commented on issue #15:
URL: https://github.com/apache/arrow-js/issues/15#issuecomment-3130732710

   @trxcllnt I could reproduce the interval_mdn failure with the following data:
   
   JSON: 
[generated_interval_mdn.json](https://github.com/user-attachments/files/21481269/generated_interval_mdn.json)
   Arrow (gziped because for uploading): 
[0b56aebc_generated_interval_mdn.json_as_file.gz](https://github.com/user-attachments/files/21481307/0b56aebc_generated_interval_mdn.json_as_file.gz)
   
   Could you try the following?
   
   ```console
   $ gzunip  0b56aebc_generated_interval_mdn.json_as_file.gz
   $ bin/integration.ts -a 0b56aebc_generated_interval_mdn.json_as_file -j 
generated_interval_mdn.json --mode VALIDATE
    json: generated_interval_mdn.json
   arrow: 0b56aebc_generated_interval_mdn.json_as_file
   Error: json and arrow record batches report the same values: fail 
    Error: 6: -501111740,-5748612,-1890922240,-94295988 !== 
-501111740,-5748612,-1890922248,-94295988
       at file:///home/kou/work/js/arrow-js.kou/bin/integration.ts:216:23
       at compareVectors 
(file:///home/kou/work/js/arrow-js.kou/bin/integration.ts:219:7)
       at file:///home/kou/work/js/arrow-js.kou/bin/integration.ts:191:13
       at compareTableIsh 
(file:///home/kou/work/js/arrow-js.kou/bin/integration.ts:193:7)
       at validateReaderIntegration 
(file:///home/kou/work/js/arrow-js.kou/bin/integration.ts:147:13)
       at validate 
(file:///home/kou/work/js/arrow-js.kou/bin/integration.ts:134:5)
       at async file:///home/kou/work/js/arrow-js.kou/bin/integration.ts:59:21
       at validateReaderIntegration 
(file:///home/kou/work/js/arrow-js.kou/bin/integration.ts:150:15)
       at validate 
(file:///home/kou/work/js/arrow-js.kou/bin/integration.ts:134:5)
       at async file:///home/kou/work/js/arrow-js.kou/bin/integration.ts:59:21
   ```


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