Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Adding option name to comment
  • Loading branch information
MaxGekk committed Jul 20, 2018
commit 3206a20fc9f3036e16eca20118e1559d722ff0b9
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class AvroOptions(
val recordNamespace: String = parameters.getOrElse("recordNamespace", "")

/**
* The option controls ignoring of files without `.avro` extensions in read.
* The `ignoreExtension` option controls ignoring of files without `.avro` extensions in read.
* If the option is enabled, all files (with and without `.avro` extension) are loaded.
* If the option is not set, the Hadoop's config `avro.mapred.ignore.inputs.without.extension`
* is taken into account. If the former one is not set too, file extensions are ignored.
Expand Down