You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2019/07/25 07:15:48 UTC

[GitHub] [incubator-iotdb] samperson1997 commented on issue #303: transform old form to new form and use a parameter to control

samperson1997 commented on issue #303: transform old form to new form and use a parameter to control
URL: https://github.com/apache/incubator-iotdb/pull/303#issuecomment-514927100
 
 
   I tried the new change:
   <img width="905" alt="屏幕快照 2019-07-25 14 36 49" src="https://user-images.githubusercontent.com/19167280/61852652-8ea1e400-aeec-11e9-8526-e49c3e852dd0.png">
   
   To acquire the new form of df, use `spark.read.tsfile(“test.tsfile”, true, spark)`; To acquire the old form, use `spark.read.tsfile(“test.tsfile”, false, spark)` or just `spark.read.tsfile(“test.tsfile”)` as before.
   
   @qiaojialin Do you think this is acceptable for users to change between old and new forms?

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


With regards,
Apache Git Services