JkSelf commented on issue #6600:
URL: 
https://github.com/apache/incubator-gluten/issues/6600#issuecomment-2282999717

   @FelixYBW I tested the fix in my local environment and confirmed that the 
issue has been resolved. However, I encountered the following exception during 
execution `select sum(impression_count_last7days ) from (     SELECT 
sum(impression_count) OVER (         PARTITION BY user_id,         surface      
   ORDER BY date RANGE BETWEEN 6 preceding AND CURRENT ROW       ) AS 
impression_count_last7days     from d233 )"`
   
   
   ```
   24/07/26 00:58:09 ERROR [Driver] datasources.FileFormatWriter: Aborting job 
c89ecb16-71d7-49b6-8963-cd58dd9873e1.
   org.apache.spark.sql.catalyst.analysis.UnresolvedException: Invalid call to 
dataType on unresolved object
        at 
org.apache.spark.sql.catalyst.analysis.UnresolvedAttribute.dataType(unresolved.scala:160)
        at 
org.apache.spark.sql.types.StructType$.$anonfun$fromAttributes$1(StructType.scala:548)
        at 
scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238)
        at scala.collection.Iterator.foreach(Iterator.scala:941)
        at scala.collection.Iterator.foreach$(Iterator.scala:941)
        at scala.collection.AbstractIterator.foreach(Iterator.scala:1429)
        at scala.collection.IterableLike.foreach(IterableLike.scala:74)
        at scala.collection.IterableLike.foreach$(IterableLike.scala:73)
        at scala.collection.AbstractIterable.foreach(Iterable.scala:56)
        at scala.collection.TraversableLike.map(TraversableLike.scala:238)
        at scala.collection.TraversableLike.map$(TraversableLike.scala:231)
        at scala.collection.AbstractTraversable.map(Traversable.scala:108)
   ```
   
   @zml1206 Do you have time to look at this issue? If not,  I can follow up. 
Thanks.


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