Skip to content

Commit

Permalink
chore: polish up some logs for sst reader
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiKaiWi committed Jan 18, 2023
1 parent aa8a249 commit 90ba417
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
push:
branches:
- main
- breaking-changes
paths-ignore:
- 'docs/**'
- 'etc/**'
Expand All @@ -17,7 +16,6 @@ on:
pull_request:
branches:
- main
- breaking-changes
paths-ignore:
- 'docs/**'
- 'etc/**'
Expand Down
5 changes: 1 addition & 4 deletions analytic_engine/src/sst/parquet/async_reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -388,10 +388,7 @@ impl ObjectStoreReader {

impl Drop for ObjectStoreReader {
fn drop(&mut self) {
debug!(
"ParquetFileReaderAdapter is dropped, metrics:{:?}",
self.metrics
);
debug!("ObjectStoreReader is dropped, metrics:{:?}", self.metrics);
}
}

Expand Down

0 comments on commit 90ba417

Please sign in to comment.