comphead commented on issue #4835:
URL: 
https://github.com/apache/datafusion-comet/issues/4835#issuecomment-5093471209

   This is tricky one 
   
   ```
   query expect_fallback(FIRST_VALUE with RANGE frame and literal offset is not 
supported)
   SELECT id,
     FIRST_VALUE(id) OVER (ORDER BY id
                           RANGE BETWEEN 4 PRECEDING AND CURRENT ROW) AS fv
   FROM bigint_min_range
   ```
   
   it is leading to overflow, and we need to address it in DF, considering DF 
ansi flag


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