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

    https://github.com/apache/spark/pull/13188#discussion_r63970138
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/tpcds/queries/q16.sql
 ---
    @@ -0,0 +1,21 @@
    +SELECT count(DISTINCT cs_order_number) AS ` ORDER count`,
    +sum(cs_ext_ship_cost) AS `total shipping COST `,
    +sum(cs_net_profit) AS `total net profit`
    +FROM
    +catalog_sales cs1, date_dim, customer_address, call_center
    +WHERE
    +d_date BETWEEN '2002-2-01' AND ( CAST ('2002-2-01' AS DATE ) + INTERVAL 60 
days)
    --- End diff --
    
    `2002-2-01` -> `2002-02-01`


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