Skip to content

Commit

Permalink
Update r/R/parquet.R
Browse files Browse the repository at this point in the history
Co-Authored-By: Neal Richardson <[email protected]>
  • Loading branch information
romainfrancois and nealrichardson committed Sep 27, 2019
1 parent 66c51fd commit 45ec63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/R/parquet.R
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ ParquetFileWriter$create <- function(
#' @param use_dictionary Specify if we should use dictionary encoding.
#' @param write_statistics Specify if we should write statistics
#' @param data_page_size Set a target threshhold for the approximate encoded size of data
#' pages within a column chunk. If None, use the default data page size (1Mb) is used.
#' pages within a column chunk. If omitted, the default data page size (1Mb) is used.
#' @param properties properties for parquet writer, derived from arguments `version`, `compression`, `compression_level`, `use_dictionary`, `write_statistics` and `data_page_size`
#'
#' @param use_deprecated_int96_timestamps Write timestamps to INT96 Parquet format
Expand Down

0 comments on commit 45ec63b

Please sign in to comment.