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

    https://github.com/apache/spark/pull/22880#discussion_r229743035
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetRowConverter.scala
 ---
    @@ -202,11 +204,15 @@ private[parquet] class ParquetRowConverter(
     
       override def start(): Unit = {
         var i = 0
    -    while (i < currentRow.numFields) {
    +    while (i < fieldConverters.length) {
           fieldConverters(i).updater.start()
           currentRow.setNullAt(i)
    --- End diff --
    
    Ok, sorry. Those links aren't coming up as code snippets. I'm following the 
instructions on 
https://help.github.com/articles/creating-a-permanent-link-to-a-code-snippet/. 
If anyone knows what I'm doing wrong, LMK and I'll fix it. Oddly, I did the 
same thing in https://github.com/apache/spark/pull/22880#discussion_r229654276 
and it worked.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to