1. 11 5月, 2019 1 次提交
  2. 09 5月, 2019 1 次提交
    • R
      [IOTDB-64] TsFile-Spark-Connector update (#108) · 3568b322
      RUI, LEI 提交于
      * add logical part for global time filters from partition problem
      
      * Update README.md, doc, dependency version pom, .travis.yml
      
      * modify scala version to 2.11.8 and restrict java version to 8, change scalatest version from 2.12 to 2.1
      3568b322
  3. 07 5月, 2019 3 次提交
  4. 05 5月, 2019 1 次提交
  5. 27 4月, 2019 1 次提交
    • X
      [IOTDB-58] Replace list by array and refactor TsFileResource (#163) · 7c88b7d7
      Xiangdong Huang 提交于
      * BufferWriteProcessor: remove fileName (because insertFilePath is enough)
      
      * TsFileResource: remove relativePath; using autoRead for automatically initialize startTimeMap and endTimeMap
      
      * IMemTable, AbstractMemTable: add returned value of delete()
      * TsRecord: change dataPoints from List to Array. And in many other classes, if Array is enough, then replace List<> by Array.
      
      * For insertion, add a new method write(long time, Object value) to replace write(long time, String value), because the latter has to call a switch-case and something like Integer.valueOf(value).
      
      * move recovery function from TsFileSequenceReader to its subclass
      
      * add append option in TsFile writer and add a subclass of TsFileSequenceReader for supporting auto repair
      
      * fix stream unclosed when exception occurs when creating TsFileReader
      
      * reject writes when the memory is dangerous
      
      * faster memtable.getSortedTimeValuePairList
      
      * reduce memory cost when sorting data in memory
      
      * fix equals() method in InsertPlan
      
      * make TsFileWriter as AutoClosable; make TsFileReadWriteTest more concise
      
      * make stop tsfileProcess more safe
      7c88b7d7
  6. 24 4月, 2019 3 次提交
  7. 23 4月, 2019 2 次提交
  8. 22 4月, 2019 2 次提交
  9. 20 4月, 2019 8 次提交
  10. 19 4月, 2019 2 次提交
  11. 17 4月, 2019 1 次提交
  12. 15 4月, 2019 1 次提交
  13. 12 4月, 2019 5 次提交
  14. 10 4月, 2019 2 次提交
  15. 09 4月, 2019 1 次提交
  16. 08 4月, 2019 3 次提交
  17. 06 4月, 2019 1 次提交
  18. 04 4月, 2019 2 次提交