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/09 08:47:38 UTC

[GitHub] [incubator-iotdb] samperson1997 opened a new pull request #227: [IOTDB-91] Improve tsfile-spark-connector to support spark 2.4.3

samperson1997 opened a new pull request #227: [IOTDB-91] Improve tsfile-spark-connector to support spark 2.4.3
URL: https://github.com/apache/incubator-iotdb/pull/227
 
 
   Improve tsfile-spark-connector to support spark 2.4.3 as is mentioned in [issue IOTDB-91](https://issues.apache.org/jira/browse/IOTDB-91).
   
   Spark has [decoupled internal Row from external Row](https://github.com/apache/spark/pull/6792),  which influences _TsFileWriterFactory_ (extends _OutputWriterFactory_) and _TsFileOutputWriter_ (extends _OutputWriter_). Therefore, function _toTsRecord_ has to change param type from _Row_ to _InternalRow_.

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