Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
yaooqinn committed Nov 16, 2019
1 parent 50bfd2e commit 32d5194
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,8 @@ object IntervalUtils {

def currentWord: UTF8String = {
val strings = s.split(UTF8String.blankString(1), -1)
val lenLeft = s.substring(i, s.numBytes()).split(UTF8String.blankString(1), -1).length
strings(strings.length - lenLeft)
val lenRight = s.substring(i, s.numBytes()).split(UTF8String.blankString(1), -1).length
strings(strings.length - lenRight)
}

while (i < bytes.length) {
Expand Down

0 comments on commit 32d5194

Please sign in to comment.