Github user felixcheung commented on the issue:

    https://github.com/apache/spark/pull/16794
  
    I'd prefer not to ```{r, warning=FALSE}``` on the whole vignettes block - 
it could mask unexpected warnings. But good point on it being very noisy - I 
was concerned to have `suppressWarnings(createDataFrame(iris))` because it 
might seems confusing to user reading the example not understanding why we 
would have warning there.
    
    To address all these noise, I'd propose either
    - we really should fix the root problem with `.` in column names 
SPARK-12191, SPARK-11976
    - or we should really move examples and documentation away from dataset 
that has `.` in column names


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