Skip to content

Commit

Permalink
out_s3: Use separated temporary directory against ordinary S3 store_dir
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Jun 4, 2024
1 parent 9f41f3c commit cbac11c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/out_s3/s3.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
#endif

#ifdef __ANDROID__
#define DEFAULT_PARQUET_PROCESS_DIR "/data/local/tmp"
#define DEFAULT_PARQUET_PROCESS_DIR "/data/local/tmp/parquet/s3"
#else
#define DEFAULT_PARQUET_PROCESS_DIR "/tmp"
#define DEFAULT_PARQUET_PROCESS_DIR "/tmp/parquet/s3"
#endif

/*
Expand Down

0 comments on commit cbac11c

Please sign in to comment.