Skip to content

Commit

Permalink
chore: update contributors (#605)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi <[email protected]>
  • Loading branch information
skyzh authored Apr 4, 2022
1 parent ba00be8 commit c69c802
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
11 changes: 10 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
edition = "2021"
name = "risinglight"
version = "0.1.3"
description = "An OLAP database system for educational purpose"
license = "Apache-2.0"
readme = "README.md"
homepage = "https://github.com/risinglightdb/risinglight"
repository = "https://github.com/risinglightdb/risinglight"
keywords = ["sql", "database", "embedded", "cli"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
Expand Down Expand Up @@ -44,7 +50,7 @@ num-traits = "0.2"
parking_lot = "0.12"
paste = "1"
prost = "0.9"
risinglight_proto = { path = "proto" }
risinglight_proto = "0.1"
rust_decimal = "1"
rustyline = "9"
serde = { version = "1", features = ["derive", "rc"] }
Expand Down Expand Up @@ -81,3 +87,6 @@ members = [
"proto",
"tests/sqllogictest"
]

[patch.crates-io]
risinglight_proto = { path = "proto" }
11 changes: 9 additions & 2 deletions src/executor/internal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,25 @@ fn contributors() -> DataChunk {
"Fedomn",
"likg227",
"zzl200012",
"BaymaxHWY",
"ludics",
"alissa-tung",
"Sunt-ing",
"tabVersion",
"xiaoyong-z",
"kwannoel",
"WindowsXp-Beta",
"tabVersion",
"yingjunwu",
"xiaoyong-z",
"PsiACE",
"D2Lark",
"RinChanNOWWW",
"Y7n05h",
"LiuYuHui",
"rapiz1",
"zehaowei",
"adlternative",
"nanderstabel",
"sundy-li",
];
[ArrayImpl::new_utf8(Utf8Array::from_iter(
contributors.iter().map(|s| Some(*s)).sorted(),
Expand Down

0 comments on commit c69c802

Please sign in to comment.