Details
-
Bug
-
Status: Resolved
-
P3
-
Resolution: Not A Problem
-
None
-
None
Description
if (validateSource == null) { missing += " validateSource"; } ... return new AutoValue_HDFSFileSource<T, K, V>( this.filepattern, this.formatClass, this.coder, this.inputConverter, this.serializableConfiguration, this.serializableSplit, this.username, this.validateSource);
If validateSource is null, it would be unboxed in call to ctor of AutoValue_HDFSFileSource