You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/10/29 07:13:05 UTC

[GitHub] [spark] MaxGekk commented on a change in pull request #30180: [SPARK-33281][SQL] Return SQL schema instead of Catalog string from the `SchemaOfCsv` expression

MaxGekk commented on a change in pull request #30180:
URL: https://github.com/apache/spark/pull/30180#discussion_r514044135



##########
File path: R/pkg/tests/fulltests/test_sparkSQL.R
##########
@@ -1682,9 +1682,9 @@ test_that("column functions", {
 
   df <- as.DataFrame(list(list("col" = "1")))
   c <- collect(select(df, schema_of_csv("Amsterdam,2018")))
-  expect_equal(c[[1]], "struct<_c0:string,_c1:int>")
+  expect_equal(c[[1]], "STRUCT<`_c0`: STRING, `_c1`: INT>")

Review comment:
       yah, I am doing that.




----------------------------------------------------------------
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:
users@infra.apache.org



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