Imbruced commented on issue #1946:
URL: https://github.com/apache/sedona/issues/1946#issuecomment-2895936221

   @jornfranke https://github.com/apache/sedona/pull/1947 
   
   That's what I get for the ID you meniotned 
   
   ```
   +---------+
   |      ref|
   +---------+
   |369769141|
   |369769138|
   |369769140|
   |369767709|
   |369767708|
   |369766780|
   +---------+
   ```
   
   ```scala
   df
       .where("id == '4175620'")
       .selectExpr("EXPLODE(refs) AS ref")
       .show
   ```


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