palday commented on code in PR #582: URL: https://github.com/apache/arrow-julia/pull/582#discussion_r2665724669
########## test/runtests.jl: ########## @@ -28,12 +28,16 @@ using DataAPI using FilePathsBase using DataFrames import Random: randstring +using TestSetExtensions: ExtendedTestSet Review Comment: given how long the Arrow tests take, it's useful to have some indication of progress so that we can tell if tests have hung. ExtendedTestSet shows a `.` for each completed test. (We also get colored diffs of arrays when tests fail, which is nice.) -- 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]
