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

    https://github.com/apache/spark/pull/16841#discussion_r100907556
  
    --- Diff: 
sql/core/src/test/resources/sql-tests/inputs/subquery/in-subquery/in-multiple-columns.sql
 ---
    @@ -0,0 +1,127 @@
    +-- A test suite for multiple columns in predicate in parent side, 
subquery, and both predicate subquery
    +-- It includes correlated cases.
    +
    +create temporary view t1 as select * from values
    +  ("val1a", 6S, 8, 10L, float(15.0), 20D, 20E2, timestamp '2014-04-04 
01:00:00.000', date '2014-04-04'),
    --- End diff --
    
    The values of timestamp do not match what you insert to DB2


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to