Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: jakobbraun <jakob.braun@posteo.de>
  • Loading branch information
morazow and jakobbraun committed Sep 23, 2021
1 parent aad34d0 commit a2180a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/user_guide/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ These are optional parameters that have default values.

#### Import Optional Parameters

The following are option parameters for import statements.
The following are optional parameters for import statements.

* ``CHUNK_SIZE`` - It specifies a file chunk size in bytes. The importer then
will try to virtually splits a file into chunks with specified size, and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import org.apache.parquet.io.InputFile
* A class that emits data read from storage into an Exasol database.
*
* @param properties a storage properties to create configurations
* @param files a list of files with there chunks to read
* @param files a list of files with the chunks to read
*/
final case class FilesDataEmitter(properties: StorageProperties, files: Map[String, List[ChunkInterval]])
extends Emitter
Expand Down

0 comments on commit a2180a0

Please sign in to comment.