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
Reflect review comment
  • Loading branch information
HeartSaVioR committed Nov 10, 2019
commit 698a6571e6f798b74d8469be32b41999c5397d60
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,7 @@ class FsHistoryProviderSuite extends SparkFunSuite with Matchers with Logging {
if (expected.isEmpty) {
assert(opt.isEmpty)
} else {
// The issue happens only the value in Option is being unboxed. Here we ensure unboxing
// The issue happens only when the value in Option is being unboxed. Here we ensure unboxing
// to Long succeeds: even though IDE suggests `.toLong` is redundant, direct comparison
// doesn't trigger unboxing and passes even without SPARK-29755, so don't remove
// `.toLong` below. Please refer SPARK-29755 for more details.
Expand Down