Skip to content

Commit

Permalink
include uhugeint in test
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgerrets committed Dec 6, 2023
1 parent 6d6a705 commit 9dc2797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/arrow/arrow_roundtrip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ TEST_CASE("Test arrow roundtrip", "[arrow]") {
// FIXME: there seems to be a bug in the enum arrow reader in this test when run with vsize=2
return;
#endif
TestArrowRoundtrip("SELECT * EXCLUDE(bit,time_tz,uhugeint) REPLACE "
"(interval (1) seconds AS interval, hugeint::DOUBLE as hugeint) "
TestArrowRoundtrip("SELECT * EXCLUDE(bit,time_tz) REPLACE "
"(interval (1) seconds AS interval, hugeint::DOUBLE as hugeint, uhugeint::DOUBLE as uhugeint) "
"FROM test_all_types()");
}

Expand Down

0 comments on commit 9dc2797

Please sign in to comment.