dtenedor commented on PR #36672:
URL: https://github.com/apache/spark/pull/36672#issuecomment-1142910763

   > Also, can we add a test to check that the DEFAULT values work? Thanks.
   @sadikovi Sure, this is done in `InsertSuite`, by adding a new configuration 
to the case covering Parquet files (previously it only covered the 
non-vectorized case, but now with `Config(None)` it also runs the test over the 
vectorized case as well):
   
   ```
         TestCase(
           dataSource = "parquet",
           Seq(
             Config(
               None),
             Config(
               Some(SQLConf.PARQUET_VECTORIZED_READER_ENABLED.key -> "false"),
               insertNullsToStorage = false)))
   ```
   


-- 
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.

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to