Skip to content

Commit

Permalink
out_s3: Extract parquet related functions into s3_parquet.c
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Jun 19, 2024
1 parent b4c8c53 commit b414e0e
Show file tree
Hide file tree
Showing 5 changed files with 767 additions and 706 deletions.
3 changes: 2 additions & 1 deletion plugins/out_s3/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
set(src
s3.c
s3_store.c
s3_multipart.c)
s3_multipart.c
s3_parquet.c)

set(libs "")

Expand Down
Loading

0 comments on commit b414e0e

Please sign in to comment.