james-willis commented on PR #1158:
URL: https://github.com/apache/sedona-db/pull/1158#issuecomment-5512884385

   im not sure about in DF/sedonadb but in a lot of sql engines (e.g. duckdb, 
spark) you can update the values of a field in a struct to NULL. Duckdb example:
   
   ```sql
   SELECT struct_update(user_profile, age := NULL) AS updated_profile 
   FROM my_table;
   ```
   
   I'm not sure what RS_SetSRID would do.
   
   In Sedona Spark, its _supposed_ (ie documented) to work this way but the 
function harness intercepts before we get to the function implementation and we 
return a null raster instead.


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