Github user tdas commented on a diff in the pull request:

    https://github.com/apache/spark/pull/9790#discussion_r45166324
  
    --- Diff: 
streaming/src/test/scala/org/apache/spark/streaming/util/WriteAheadLogSuite.scala
 ---
    @@ -508,14 +509,17 @@ class BatchedWriteAheadLogSuite extends 
CommonWriteAheadLogTests(
         blockingWal.allowWrite()
     
         val buffer1 = wrapArrayArrayByte(Array(event1))
    -    val buffer2 = wrapArrayArrayByte(Array(event2, event3, event4, event5))
    +    val buffer2 = Set(event2, event3, event4, event5)
    --- End diff --
    
    This isnt a buffer any more. Maybe not have `buffer2` at all. And then 
`buffer1` can be either removed or renamed to `buffer`. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to