Skip to content

Commit

Permalink
repo-sync-2024-09-26T11:36:57+0800 (#7)
Browse files Browse the repository at this point in the history
* repo-sync-2024-09-26T11:36:57+0800

* fix sync error

* format
  • Loading branch information
oeqqwq authored Sep 26, 2024
1 parent cefd1d5 commit 091cd77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dataproxy_sdk/cc/file_help.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ class FileHelpWrite {
public:
struct Options {
// only orc use by sf
arrow::Compression::type compression = arrow::Compression::ZSTD;
arrow::Compression::type compression = arrow::Compression::UNCOMPRESSED;
// only orc use by sf
int64_t compression_block_size = 256 * 1024;
int64_t compression_block_size = 64 * 1024;
// only orc use by sf
int64_t stripe_size = 64 * 1024 * 1024;

Expand Down

0 comments on commit 091cd77

Please sign in to comment.