tgravescs commented on a change in pull request #31284:
URL: https://github.com/apache/spark/pull/31284#discussion_r566146700



##########
File path: 
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetIOSuite.scala
##########
@@ -1196,6 +1196,24 @@ class ParquetIOSuite extends QueryTest with ParquetTest 
with SharedSparkSession
       }
     }
   }
+
+  test("SPARK-34167: read LongDecimals with precision < 10, VectorizedReader 
off") {
+    
readParquetFile(testFile("test-data/decimal32-written-as-64-bit.snappy.parquet"),
 false) {

Review comment:
       it might be nice to add a comment about how the parquet file was 
generated. At least state it wasn't from spark but a 3rd party library and it 
has X in it that is different.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to