File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 2121#define FLB_AWS_COMPRESS
2222
2323#include <sys/types.h>
24- #define FLB_AWS_COMPRESS_NONE 0
25- #define FLB_AWS_COMPRESS_GZIP 1
26- #define FLB_AWS_COMPRESS_ARROW 2
24+ #define FLB_AWS_COMPRESS_NONE 0
25+ #define FLB_AWS_COMPRESS_GZIP 1
26+ #define FLB_AWS_COMPRESS_ARROW 2
27+ #define FLB_AWS_COMPRESS_PARQUET 3
2728
2829/*
2930 * Get compression type from compression keyword. The return value is used to identify
Original file line number Diff line number Diff line change @@ -54,6 +54,13 @@ static const struct compression_option compression_options[] = {
5454 "arrow" ,
5555 & out_s3_compress_arrow
5656 },
57+ #endif
58+ #ifdef FLB_HAVE_ARROW_PARQUET
59+ {
60+ FLB_AWS_COMPRESS_PARQUET ,
61+ "parquet" ,
62+ & out_s3_compress_parquet
63+ },
5764#endif
5865 { 0 }
5966};
You can’t perform that action at this time.
0 commit comments