You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/06/21 21:53:30 UTC

[GitHub] [arrow] nealrichardson commented on a change in pull request #10563: ARROW-13117: [R] Retain schema in new Expressions

nealrichardson commented on a change in pull request #10563:
URL: https://github.com/apache/arrow/pull/10563#discussion_r655729044



##########
File path: r/tests/testthat/test-dplyr.R
##########
@@ -800,6 +808,21 @@ test_that("type checks with is_*()", {
   )
 })
 
+test_that("type checks on expressions", {
+  expect_dplyr_equal(
+    input %>%
+      transmute(
+        a = is.character(as.character(int)),

Review comment:
       I'm guessing this is the use case that's motivating all of these Expression/Schema issues? I wonder if there's another way to solve it in a more localized way, inside of the is* nse_funcs.




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