Lei, HUANG
754d20f5ef
refactor: add selection to bulk ( #232 )
...
* feat: add selection field to BulkInsertRequest
* add schema section
* change bulk request
* replace vec<u8> with bytes
* wip
* wip
* chore: rebase main
* fix: clippy
* refactor arrow ipc writes
2025-05-06 17:10:53 +08:00
Yingwen
683e9d10ae
chore: upgrade prost ( #211 )
...
Co-authored-by: luofucong <luofc@foxmail.com >
Co-authored-by: shuiyisong <113876041+shuiyisong@users.noreply.github.com >
2025-01-22 16:46:05 +08:00
Zhenchi
ec801a91aa
feat: add bloom filter meta ( #210 )
...
Signed-off-by: Zhenchi <zhongzc_arch@outlook.com >
2025-01-16 20:47:12 +08:00
LFC
1a580a0854
chore: derive every type with serde ( #206 )
2024-12-30 16:30:43 +08:00
dennis zhuang
21ed40d4a1
feat: adds MergeScan plan node ( #172 )
...
* feat: adds dist_plan to substrait_extension
* feat: adds table_names to CreateViewExpr
* chore: style
Co-authored-by: Jeremyhi <jiachun_feng@proton.me >
* fix: update genearted code
---------
Co-authored-by: Jeremyhi <jiachun_feng@proton.me >
2024-05-31 11:09:22 +08:00
Weny Xu
93ebc1ba90
feat: add source_tables and source_table_ids ( #151 )
...
* feat: add `source_tables`
* feat: use `SchemaScopedTableName`
* chore: include flow proto
* chore: rename
* feat: add `CreateFlowTask` and `DropFlowTask`
2024-04-25 17:29:14 +08:00
dennis zhuang
96f1f0404f
feat: region procedure service ( #137 )
...
* feat: adds region service and procedure service
* refactor: adds procedure service for ddl and region task
* feat: adds QueryProcedureRequest
* feat: improve ProcedureStateResponse and MigrateRegionRequest
* fix: forgot headers
* fix: remove cluster_id in MigrateRegionRequest
* refactor: rename Procedure to ProcedureService
* chore: rename peer
* fix: forgot java Procedure
2024-02-02 22:56:40 +08:00
Zhenchi
2ffdcae9f9
feat: add InvertedIndexMetas ( #121 )
...
* feat: add `InvertedIndexFooter`
Signed-off-by: Zhenchi <zhongzc_arch@outlook.com >
* feat: map instead of list
Signed-off-by: Zhenchi <zhongzc_arch@outlook.com >
* fix: add rust mod
Signed-off-by: Zhenchi <zhongzc_arch@outlook.com >
* chore: rename InvertedIndexFooter to InvertedIndexMetas
Signed-off-by: Zhenchi <zhongzc_arch@outlook.com >
* chore: add java outer classname option
Signed-off-by: Zhenchi <zhongzc_arch@outlook.com >
---------
Signed-off-by: Zhenchi <zhongzc_arch@outlook.com >
2023-11-23 12:31:40 +08:00
LFC
73eeb12704
feat: make region request derive strum ( #87 )
...
* feat: derive "strum"
* rebase main
2023-08-28 15:41:50 +08:00
Ruihang Xia
dbb8e524ca
feat: define region server related messages ( #79 )
...
* feat: define region server related messages
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
* finalise
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
* generate language code
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
* add missing field
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
* push region id down
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
* remove type alias for region id and column id
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
* define query request
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
* remove old java file
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
* remove go code
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
2023-08-15 18:43:23 +08:00
Lei, HUANG
9b68af55c0
feat: impl serde for semantic type ( #77 )
...
* feat: derive Serialize/Deserialize for SemanticType
* feat: derive Serialize/Deserialize for SemanticType
2023-08-14 22:05:55 +08:00
Yingwen
a6897eb668
feat: mito wal proto ( #75 )
...
* feat: row-based insert
* feat: null value
* roback: null value
* feat: delete by row
* feat: add wal proto
* feat: generate code
* feat: rename mutation type to op type
* feat: Generate code
* feat: An entry per region
* feat: remove region id from WalEntry
* refactor: move mito/wal to wal
* feat: gen
* feat: remove mito
---------
Co-authored-by: jiachun <jiachun_fjc@163.com >
2023-08-14 20:08:34 +08:00
Weny Xu
f82201d712
feat: add ddl task service ( #53 )
...
* feat: add ddl task service
* chore: apply suggestions from CR
* chore: add path to build.rs
2023-06-28 16:21:47 +09:00
Ruihang Xia
e94a24873b
feat: add substrait extension ( #36 )
...
* feat: add substrait extension
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
* fix typo
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
2023-05-18 14:31:14 +08:00
Ning Sun
ff8c55bed0
feat: add dbname and health check api ( #18 )
...
* feat: add dbname field in proto
* feat: add health check service
* fix: enum must start from 0
* chore: check in generated go sources
* refactor: remove health check response content
* chore: generate go sources
2023-03-26 23:01:54 +08:00
LFC
eb760d2192
feat: add gRPC reflection service ( #17 )
...
* feat: add grpc reflection
* feat: add grpc reflection
2023-03-20 21:23:58 +08:00
fys
b846743da3
feat: add lock.proto ( #3 )
2023-02-10 16:10:30 +08:00
LFC
6fadcf8c7a
move protobuf from GreptimeDB ( #1 )
...
* move protobuf from GreptimeDB
* add license check
* add other github actions
2023-02-09 14:59:48 +08:00