hangxingliu commented on code in PR #43117:
URL: https://github.com/apache/arrow/pull/43117#discussion_r1777985238


##########
dev/archery/archery/integration/datagen.py:
##########
@@ -1891,9 +1887,11 @@ def _temp_path():
 
         generate_duration_case(),
 
-        generate_interval_case(),
+        generate_interval_case()
+        .skip_tester('JS'),
 
-        generate_month_day_nano_interval_case(),
+        generate_month_day_nano_interval_case()
+        .skip_tester('JS'),

Review Comment:
   Hi @domoritz The issues about interval data in JSON format just been fixed 
in the latest commit. Please check it. Thank you



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