SparkApplicationMaster commented on PR #2328:
URL: 
https://github.com/apache/datafusion-comet/pull/2328#issuecomment-3283525044

   @comphead thanks for highlighting this PR 
   it has some interesting features like configuration values, curious if it 
can be achieved in runtime?
   `map_from_list` solves `map_from_entries` spark function: 
https://spark.apache.org/docs/latest/api/sql/index.html#map_from_entries
   actually the input StructArray is an array with two ListArray columns for 
keys and values
   so `map_from_entries` can be solved reusing common code of `map_from_arrays` 
implementation
   only StructArray unpacking is needed


-- 
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: github-unsubscr...@datafusion.apache.org

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


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

Reply via email to