beliefer opened a new pull request #27439: [SPARK-29108][SQL][TESTS][FOLLOWUP] 
Add insert sql to window.sql (Part 2)
URL: https://github.com/apache/spark/pull/27439
 
 
   ### What changes were proposed in this pull request?
   When I running the `window_part2.sql` tests find it lack insert sql. 
Therefore, the output is empty.
   I checked the postgresql and reference 
https://github.com/postgres/postgres/blob/master/src/test/regress/sql/window.sql
   Although `window_part1.sql` and `window_part3.sql` exists the insert sql, I 
think should also add it into `window_part2.sql`.
   
   Note: window_part4.sql not use the table `empsalary`.
   
   ### Why are the changes needed?
   Supplementary test data.
   
   ### Does this PR introduce any user-facing change?
   No
   
   
   ### How was this patch tested?
   New test case

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to