Github user gatorsmile commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20774#discussion_r175332723
  
    --- Diff: 
sql/core/src/test/resources/sql-tests/inputs/predicate-functions.sql ---
    @@ -39,3 +43,4 @@ select 2.0 <= '2.2';
     select 0.5 <= '1.5';
     select to_date('2009-07-30 04:17:52') <= to_date('2009-07-30 04:17:52');
     select to_date('2009-07-30 04:17:52') <= '2009-07-30 04:17:52';
    +select to_date('2017-03-01') <= to_timestamp('2017-03-01 00:00:01');
    --- End diff --
    
    A little hard to track the exact changes. Let us move all the new tests to 
the end. 


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to