Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/20343#discussion_r163030125
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/TPCDSQuerySuite.scala ---
@@ -244,7 +244,7 @@ class TPCDSQuerySuite extends BenchmarkQueryTest {
|`web_company_id` INT, `web_company_name` STRING,
`web_street_number` STRING,
|`web_street_name` STRING, `web_street_type` STRING,
`web_suite_number` STRING,
|`web_city` STRING, `web_county` STRING, `web_state` STRING,
`web_zip` STRING,
- |`web_country` STRING, `web_gmt_offset` STRING,
`web_tax_percentage` DECIMAL(5,2))
+ |`web_country` STRING, `web_gmt_offset` DECIMAL(5,2),
`web_tax_percentage` DECIMAL(5,2))
--- End diff --
Thank you a lot, @maropu and @gatorsmile !
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]