Make sure lazy seqs get realized during CSV exports (#26327)
* realize lazy seqs during exports * add test & helper * update based on tamas's comment * use mapv * remove unused import * try to fix test * switch to using just a LocalDate for the second test since the ZonedDateTime test was failing for certain drivers and not others, and that isnt relevant to this test
Showing
- src/metabase/query_processor/streaming/common.clj 6 additions, 1 deletionsrc/metabase/query_processor/streaming/common.clj
- test/metabase/query_processor/streaming/csv_test.clj 27 additions, 1 deletiontest/metabase/query_processor/streaming/csv_test.clj
- test/metabase/query_processor/streaming_test.clj 1 addition, 1 deletiontest/metabase/query_processor/streaming_test.clj
Please register or sign in to comment