ayushi-agarwal commented on issue #4039:
URL: 
https://github.com/apache/incubator-gluten/issues/4039#issuecomment-2551377644

   Can you add the function get_struct_field to the list? Thanks! @PHILO-HE
   Even after adding support for from_json this query fallsback to Spark due to 
get_struct_field
   val schema = new StructType().add("platformId", StringType).add("userId", 
StringType).add("sessionId", StringType)
       val filteredDF = parquetDF.withColumn("parsed_json", 
from_json(col("json_column"), schema)).filter(col("parsed_json.platformId") === 
"IPHONE")


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