weimingdiit opened a new issue, #2153:
URL: https://github.com/apache/auron/issues/2153

   **Describe**
   `map_from_entries(arrayOfEntries)` is not supported in Auron’s native 
execution path, so queries using it fall back instead of being executed 
natively.
   
   **Describe the solution you'd like**
   Add native support for Spark `map_from_entries(arrayOfEntries)` through the 
extension-function path.
   
   The implementation should keep Spark semantics aligned:
   - create a map from the given array of entries
   - preserve Spark-compatible behavior for entry arrays of key/value structs
   - handle nulls and invalid inputs consistently with Spark
   - add regression tests to verify semantic consistency with Spark


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

Reply via email to