Skip to content

Commit

Permalink
Code review feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed Mar 20, 2015
1 parent 8b36733 commit ffce6f3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,13 +201,13 @@ private[sql] case class ParquetRelation2(
override def hashCode(): Int = {
if (shouldMergeSchemas) {
com.google.common.base.Objects.hashCode(
shouldMergeSchemas : java.lang.Boolean,
shouldMergeSchemas: java.lang.Boolean,
paths.toSet,
maybeMetastoreSchema,
maybePartitionSpec)
} else {
com.google.common.base.Objects.hashCode(
shouldMergeSchemas : java.lang.Boolean,
shouldMergeSchemas: java.lang.Boolean,
schema,
paths.toSet,
maybeMetastoreSchema,
Expand Down

0 comments on commit ffce6f3

Please sign in to comment.