Skip to content

Commit

Permalink
PARQUET-1044: Use compression libraries from Apache Arrow
Browse files Browse the repository at this point in the history
Depends on apache#771; will update Arrow version once that's merged

Author: Wes McKinney <[email protected]>

Closes apache#362 from wesm/move-compression-to-arrow and squashes the following commits:

b055b69 [Wes McKinney] Check status, do not use /WX with Arrow EP build on MSVC
6e9b9cd [Wes McKinney] Fixes for macOS and Windows
6d39a39 [Wes McKinney] Fix function name
a0bfa95 [Wes McKinney] Untabify file
e095b10 [Wes McKinney] Use compression toolchain from Arrow

Change-Id: I381e1e2f8f8621bfdb4a20900eba1218de29855f
  • Loading branch information
wesm committed Jun 25, 2017
1 parent 0a07fb6 commit 904129b
Show file tree
Hide file tree
Showing 15 changed files with 100 additions and 556 deletions.
3 changes: 0 additions & 3 deletions cpp/src/parquet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

# Headers: top level
install(FILES
compression.h
encoding.h
exception.h
schema.h
Expand All @@ -41,11 +40,9 @@ install(FILES
"${CMAKE_CURRENT_BINARY_DIR}/parquet.pc"
DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig/")

ADD_PARQUET_TEST(compression-test)
ADD_PARQUET_TEST(encoding-test)
ADD_PARQUET_TEST(public-api-test)
ADD_PARQUET_TEST(types-test)
ADD_PARQUET_TEST(reader-test)
ADD_PARQUET_TEST(schema-test)

ADD_PARQUET_BENCHMARK(encoding-benchmark)
84 changes: 0 additions & 84 deletions cpp/src/parquet/compression-test.cc

This file was deleted.

Loading

0 comments on commit 904129b

Please sign in to comment.