Skip to content

Commit cc1fdec

Browse files
committed
PARQUET-704: Install scan-all.h
Small detail overlooked in PARQUET-681 Author: Wes McKinney <wes.mckinney@twosigma.com> Closes apache#151 from wesm/PARQUET-704 and squashes the following commits: 8ce137c [Wes McKinney] Install scan-all.h Change-Id: I9fc0c48caed22626a27bd68d59846d1b700a79a3
1 parent 78b1de3 commit cc1fdec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cpp/src/parquet/column/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@
1717

1818
# Headers: top level
1919
install(FILES
20-
page.h
2120
levels.h
21+
page.h
2222
properties.h
2323
reader.h
24+
scan-all.h
2425
scanner.h
2526
writer.h
2627
DESTINATION include/parquet/column)

0 commit comments

Comments
 (0)