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

    https://github.com/apache/spark/pull/9893#discussion_r49971531
  
    --- Diff: R/pkg/inst/tests/testthat/test_sparkSQL.R ---
    @@ -1781,7 +1781,7 @@ test_that("Method coltypes() to get and set R's data 
types of a DataFrame", {
       expect_equal(coltypes(x), "map<string,string>")
     
       df <- selectExpr(read.json(sqlContext, jsonPath), "name", "(age * 1.21) 
as age")
    -  expect_equal(dtypes(df), list(c("name", "string"), c("age", 
"decimal(24,2)")))
    +  expect_equal(dtypes(df), list(c("name", "string"), c("age", "double")))
    --- End diff --
    
    you might want to check, this PR https://github.com/apache/spark/pull/10796 
is reverting this exact line.



---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to