Skip to content

Commit 319818b

Browse files
committed
Mark Task #1 as complete (apache#133)
1 parent ce3e8e1 commit 319818b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

task_list.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"cmake --build cpp/build --target arrow-orc-adapter-test -j8 succeeds",
1313
"cd cpp/build && ctest --output-on-failure -R arrow-orc-adapter-test passes"
1414
],
15-
"status": "pending",
15+
"status": "complete",
1616
"depends_on": [],
1717
"notes": "Look at adapter.cc Impl class for the reader_ member. The orc::Reader::getStatistics() returns unique_ptr<Statistics>, and getStripeStatistics(i) returns unique_ptr<StripeStatistics>. Call ->getColumnStatistics(colId) on the result to get const ColumnStatistics*. Use dynamic_cast to detect the typed subclass."
1818
},

0 commit comments

Comments
 (0)