Dataset Viewer
Auto-converted to Parquet Duplicate
hash
stringlengths
40
40
date
stringdate
2018-05-14 21:44:40
2025-03-12 21:40:08
author
stringclasses
110 values
commit_message
stringlengths
8
134
is_merge
bool
1 class
masked_commit_message
stringlengths
3
129
type
stringclasses
9 values
git_diff
stringlengths
118
15.5M
summarized_git_diff
stringlengths
0
291k
bfa54033bdc2a1d147f5d4b236867d5c0998518f
2022-01-22 02:31:13
Paul Dix
refactor: Clean up the Catalog API
false
Clean up the Catalog API
refactor
diff --git a/ingester/src/data.rs b/ingester/src/data.rs index b838faca54d..35eba458183 100644 --- a/ingester/src/data.rs +++ b/ingester/src/data.rs @@ -7,8 +7,8 @@ use uuid::Uuid; use crate::server::IngesterServer; use iox_catalog::interface::{ - KafkaPartition, KafkaTopicId, NamespaceId, PartitionId, RepoColle...
ingester/src/data.rs: Removed "RepoCollection" trait bound from Sequencers::initialize(). ingester/src/server.rs: Removed "RepoCollection" trait bound from IngesterServer::new(). iox_catalog/src/interface.rs: Removed unused import statement `std::sync::Arc`. iox_catalog/src/interface.rs: Removed unused import statem...
d9ce92dad19cae62350db736b0c83aa5463b85a2
2023-06-27 20:05:04
Marco Neumann
fix: do not override all rustflags in circleci (#8061)
false
do not override all rustflags in circleci (#8061)
fix
diff --git a/.circleci/config.yml b/.circleci/config.yml index 93d6d22856a..5a2a6c71ef5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -86,7 +86,7 @@ jobs: CARGO_INCREMENTAL: "0" # Disable full debug symbol generation to speed up CI build # "1" means line tables only, which is usef...
.circleci/config.yml: Removed "RUSTFLAGS: \"-C debuginfo=1\"" from the config file.
d3dd440c5fb0edc8259f6e6c265968a470c170cd
2020-11-03 23:07:50
Dan Moran
test: fix expected RP in existing test.
false
fix expected RP in existing test.
test
diff --git a/tenant/service_onboarding_test.go b/tenant/service_onboarding_test.go index d28b59c075d..cfbdb1b7562 100644 --- a/tenant/service_onboarding_test.go +++ b/tenant/service_onboarding_test.go @@ -182,4 +182,4 @@ func TestOnboardService_RetentionPolicy(t *testing.T) { } assert.Equal(t, onboard.Bucket.Rete...
tenant/service_onboarding_test.go: Changed line 182 from `-}` to `}`. testing/onboarding.go: Changed line 158 from `- RetentionPeriod: 24 * 7, // 1 week` to ` RetentionPeriod: time.Hour * 24 * 7, // 1 week`.
042a6a66d5b82c08c8ba6820c503356cd9f6ad54
2023-05-18 16:21:24
Andrew Lamb
refactor: remove old tsm import code (#7804)
false
remove old tsm import code (#7804)
refactor
diff --git a/import_export/src/lib.rs b/import_export/src/lib.rs index 7adc1382b8e..8b137891791 100644 --- a/import_export/src/lib.rs +++ b/import_export/src/lib.rs @@ -1 +1 @@ -pub mod tsm; + diff --git a/import_export/src/tsm/mod.rs b/import_export/src/tsm/mod.rs deleted file mode 100644 index c27e39ca64f..0000000000...
import_export/src/lib.rs: Removed import statement for "tsm" module. import_export/src/tsm/mod.rs: Deleted file. import_export/src/tsm/tsm_schema/fetch.rs: Deleted file. import_export/src/tsm/tsm_schema/merge.rs: Deleted file. import_export/src/tsm/tsm_schema/mod.rs: Deleted file. import_export/src/tsm/tsm_schema/...
a82dc6f5f0e9a5b0a80dab59ecd2498c6bf0c55d
2021-10-19 22:44:08
Andrew Lamb
chore: Update datafusion + arrow (#2903)
false
Update datafusion + arrow (#2903)
chore
"diff --git a/Cargo.lock b/Cargo.lock\nindex 8b8fdc08ef8..c487cc1a412 100644\n--- a/Cargo.lock\n+++ (...TRUNCATED)
"Cargo.lock: Updated \"arrow\" version from \"5.5.0\" to \"6.0.0\".\nCargo.lock: Updated \"arrow-fli(...TRUNCATED)
f9d0e3714467400fa09bcf6f4b4d246cc9530b61
2022-08-08 15:09:26
Andrew Lamb
chore: reduce h2 and hyper logging level in tests (#5332)
false
reduce h2 and hyper logging level in tests (#5332)
chore
"diff --git a/.circleci/config.yml b/.circleci/config.yml\nindex c0cf2618fd5..11b53bb7100 100644\n--(...TRUNCATED)
".circleci/config.yml: Changed the value of environment variable RUST_LOG from \"debug\" to \"debug,(...TRUNCATED)
e573ca006141f3d2f168e8e56aa6c0ea35e18e44
2020-05-26 06:27:39
Jake Goulding
test: Combine duplicate tests
false
Combine duplicate tests
test
"diff --git a/src/line_parser.rs b/src/line_parser.rs\nindex 0aac3989592..88daea6981f 100644\n--- a/(...TRUNCATED)
"src/line_parser.rs: Removed \"parse_measurement_but_no_time\" test case.\n\nsrc/line_parser.rs: Cha(...TRUNCATED)
b5ce0e4c4d5fb84f0f90d9f4bc1892eefa5c37fc
2023-02-03 18:56:32
Dom Dwyer
refactor: remove test-only checksum
false
remove test-only checksum
refactor
"diff --git a/wal/src/blocking/reader.rs b/wal/src/blocking/reader.rs\nindex 80f6bb27315..29ae7fb2f9(...TRUNCATED)
"wal/src/blocking/reader.rs: Removed \"checksum\" field from SegmentEntry.\n\nwal/src/lib.rs: Remove(...TRUNCATED)
b4b7822f2b41edefb4aa3f1800077bb01548de21
2023-07-25 18:14:37
Dom Dwyer
perf: cache summary statistics in partition FSM
false
cache summary statistics in partition FSM
perf
"diff --git a/data_types/src/lib.rs b/data_types/src/lib.rs\nindex b76efaae636..a0dbd14e593 100644\n(...TRUNCATED)
"data_types/src/lib.rs: Removed unnecessary import statement.\n\ningester/src/buffer_tree/partition/(...TRUNCATED)
61bc6df75b976568bc2ee8cc11fbe8e28e425027
2018-08-27 21:16:13
Nathaniel Cook
fix: Fix missing builtins in REPL
false
Fix missing builtins in REPL
fix
"diff --git a/query/compile.go b/query/compile.go\nindex 5d45cb70bfc..2aa4dfb9866 100644\n--- a/quer(...TRUNCATED)
"query/functions/testdata/top.flux: Removed a Flux script that used the top() function.\n\nquery/fun(...TRUNCATED)
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
14