RUI, LEI
|
3a85427142
|
Update iotdb-engine.properties
|
2019-08-26 21:43:00 +08:00 |
RUI, LEI
|
5b7006993f
|
Merge branch 'master' into pick-wm
|
2019-08-26 21:39:48 +08:00 |
RuiLei
|
498fd139d4
|
fix pr review
|
2019-08-26 21:34:18 +08:00 |
qiaojialin
|
d9e821ecf0
|
add jdbc dependency in session example
|
2019-08-26 16:36:49 +08:00 |
Jialin Qiao
|
35ae1c395e
|
Merge pull request #355 from Genius-pig/master
Remove unnecessary code and simplify assertEquals to assertFalse or assertTrue
|
2019-08-26 16:31:42 +08:00 |
Jialin Qiao
|
f022d10957
|
Merge pull request #354 from apache/fix_schema_name
rename FileSchema to Schema
|
2019-08-26 16:30:43 +08:00 |
qiaojialin
|
de927f42d1
|
bring modules in pom.xml under root folder forward
|
2019-08-26 16:30:19 +08:00 |
qiaojialin
|
064523e215
|
rename FileSchema to Schema
|
2019-08-26 15:57:41 +08:00 |
zhutianci
|
84451ace4f
|
Remove unnecessary code and simplify assertEquals to assertFalse or assertTrue.
|
2019-08-26 15:54:00 +08:00 |
Jialin Qiao
|
6ce1f4133a
|
Merge pull request #351 from apache/rpc_client
[IOTDB-173] add batch rpc interface
|
2019-08-26 14:46:32 +08:00 |
Jialin Qiao
|
719e87eff2
|
Merge pull request #353 from yx-zhang/configMaxCon
add max concurrent client number
|
2019-08-25 21:33:39 +08:00 |
yxzhang
|
e6ba4daac2
|
formatting code
|
2019-08-25 21:30:06 +08:00 |
yxzhang
|
f4df6e3c71
|
add max concurrent client number
|
2019-08-25 21:23:11 +08:00 |
qiaojialin
|
7714ec4055
|
fix session example caught exception
|
2019-08-25 19:18:55 +08:00 |
qiaojialin
|
dd879eb8b2
|
fix IT test, IoTDBRPCException -> IoTDBSQLException, default user/password
|
2019-08-25 17:23:39 +08:00 |
qiaojialin
|
6320a45b13
|
add license
|
2019-08-24 12:42:24 +08:00 |
Jiang Tian
|
553055dfa9
|
fix putsInts in IntTVList
|
2019-08-24 12:22:32 +08:00 |
qiaojialin
|
ca45800ea1
|
make session module depend on service-rpc instead of jdbc
|
2019-08-24 12:08:42 +08:00 |
qiaojialin
|
0777569314
|
fix windows echo cli to client
|
2019-08-24 11:42:49 +08:00 |
qiaojialin
|
5b1a318cbd
|
add session module and rename cli to client
|
2019-08-24 11:25:42 +08:00 |
qiaojialin
|
c9d040ca4d
|
remove IoTDBDataType in rpc, use int32 instead
|
2019-08-23 22:50:48 +08:00 |
qiaojialin
|
895c9ba031
|
fix when batch is not full, time serialize overflow buffer size bug
|
2019-08-23 21:03:26 +08:00 |
qiaojialin
|
e7ea34d5a9
|
rename Client to Cli and Session to Client
|
2019-08-23 20:27:37 +08:00 |
qiaojialin
|
69f211ff47
|
fix test bug
|
2019-08-23 19:44:19 +08:00 |
qiaojialin
|
965e72df82
|
change time-value in rpc to bytes
|
2019-08-23 18:29:36 +08:00 |
RuiLei
|
1337fda357
|
change TsDigest.statistics from map to array, also improve boundary logic and modify docs
|
2019-08-23 16:43:06 +08:00 |
qiaojialin
|
9a872e74e8
|
Merge remote-tracking branch 'origin/rpc_client' into rpc_client
|
2019-08-23 16:25:55 +08:00 |
qiaojialin
|
eb0935fbdd
|
change data value list in rpc to bytes
|
2019-08-23 16:25:40 +08:00 |
jt
|
32902bf7b1
|
add array-parametered interfaces
|
2019-08-23 13:40:57 +08:00 |
zhutianci
|
53bda627df
|
Remove unnecessary dependencies.
|
2019-08-22 21:08:39 +08:00 |
RUI, LEI
|
1a092434d0
|
Update TsFileResource.java
remove useless `updateTime` method
|
2019-08-22 20:06:03 +08:00 |
RuiLei
|
a2d6f42a89
|
also fix replayInsert in LogReplayer; modify unit tests
|
2019-08-22 20:06:03 +08:00 |
RuiLei
|
0d39fcd207
|
fix bug about TsFileResource updateTime
|
2019-08-22 20:06:03 +08:00 |
qiaojialin
|
22bab90474
|
add license in BatchInsertPlan
|
2019-08-22 19:12:16 +08:00 |
qiaojialin
|
a098310ec0
|
fix reviews
|
2019-08-22 18:58:39 +08:00 |
jt
|
8bb9b31da1
|
Merge branch 'master' into dev_merge
# Conflicts:
# server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java
|
2019-08-22 18:55:14 +08:00 |
qiaojialin
|
f9a1ab8a3d
|
add license and change private to public
|
2019-08-22 18:45:46 +08:00 |
qiaojialin
|
428108240d
|
fix columns to rows
|
2019-08-22 17:14:45 +08:00 |
qiaojialin
|
f0fb8c2353
|
merge master to resolve conflict
|
2019-08-22 17:03:57 +08:00 |
qiaojialin
|
e31d4f5c4a
|
fix write too many times bug
|
2019-08-22 16:56:46 +08:00 |
qiaojialin
|
ceaa9b118e
|
add batch rpc interface
|
2019-08-22 15:20:01 +08:00 |
151250176
|
bedaae93fa
|
fix test
|
2019-08-22 14:17:57 +08:00 |
151250176
|
62214e87d6
|
change docs
|
2019-08-22 13:44:30 +08:00 |
151250176
|
4158e5a0b9
|
build new default source to implement new form of spark dataframe
|
2019-08-22 13:04:35 +08:00 |
151250176
|
7ebfbcb741
|
Merge branch 'master' of https://github.com/apache/incubator-iotdb into xuekaifeng-spark-connector
|
2019-08-22 13:03:45 +08:00 |
Jialin Qiao
|
ec4f051635
|
Merge pull request #346 from yx-zhang/fix-example
Fix example
|
2019-08-21 15:35:18 +08:00 |
yxzhang
|
2e03a2ae64
|
add license to pom.xml of example/tsfile
|
2019-08-21 15:04:28 +08:00 |
yxzhang
|
6101b8aa34
|
update 2-Usage.md and pox.xml of module example/tsfile
|
2019-08-21 14:47:27 +08:00 |
yxzhang
|
9c59ec4218
|
move "tsfile/examle" to "example/tsfile" and fix 'example/tsfile/TsFileRead.java'
|
2019-08-21 14:20:48 +08:00 |
张宇欣
|
64376f1363
|
Merge pull request #1 from apache/master
deal with TsFileWriteWithRowBatch
|
2019-08-21 13:38:01 +08:00 |