lwz9103 opened a new issue, #8922:
URL: https://github.com/apache/incubator-gluten/issues/8922

   ### Backend
   
   VL (Velox)
   
   ### Bug description
   
   test sql:
   ```
   select CAL_DT,
   lead(-2) over(order by CAL_DT) lead0
   from TEST_KYLIN_FACT
   where CAL_DT > DATE'2013-12-30'
   group by CAL_DT
   order by CAL_DT
   ```
   
   ### Spark version
   
   None
   
   ### Spark configurations
   
   _No response_
   
   ### System information
   
   _No response_
   
   ### Relevant logs
   
   ```bash
   == Results ==
   !== Correct Answer - 2 ==   == Gluten Answer - 2 ==
    struct<>                   struct<>
   ![2013-12-31,-2,-2]         [2013-12-31,-2,16071]
    [2014-01-01,-2,null]       [2014-01-01,-2,null]
   ```


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