save-buffer commented on code in PR #12843:
URL: https://github.com/apache/arrow/pull/12843#discussion_r850057113
##########
cpp/src/arrow/compute/exec/tpch_node_test.cc:
##########
@@ -333,24 +343,15 @@ void CountModifiedComments(const Datum& d, int*
good_count, int* bad_count) {
}
}
-TEST(TpchNode, ScaleFactor) {
Review Comment:
The order is the order in which the tables appear in the spec: Supplier,
Part, Partsupp, Customer, Orders, Lineitem, Nation, Region.
ScaleFactor was put under VerifySupplier since it was generating the
Supplier table, but I've gotten rid of it.
--
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]