Jefffrey commented on PR #20469:
URL: https://github.com/apache/datafusion/pull/20469#issuecomment-3939817162

   Does Spark return null (void) or an array of null (void)?
   
   I tested on PySpark 4.1.1
   
   ```python
   >>> spark.sql("select slice(NULL, 1, 2) as a").printSchema()
   root
    |-- a: array (nullable = true)
    |    |-- element: void (containsNull = true)
   ```
   
   - Seems to suggest the latter?


-- 
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: [email protected]

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