Skip to content

Conversation

@jiacai2050
Copy link
Contributor

Rationale

Currently the name storage is too general, columnar storage is more precise.

Detailed Changes

Test Plan

No need

@MichaelLeeHZ
Copy link
Contributor

MichaelLeeHZ commented Apr 27, 2025 via email

@jiacai2050 jiacai2050 requested review from Copilot and zealchen April 27, 2025 02:30
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR refactors the naming of the storage component to "columnar_storage" for clarity and specificity. Key changes include:

  • Updating dependency names in Cargo.toml files.
  • Renaming the package name in src/columnar_storage/Cargo.toml.
  • Adjusting import paths in the benchmarks to reference the new name.

Reviewed Changes

Copilot reviewed 27 out of 27 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/metric_engine/Cargo.toml Replaced dependency "horaedb_storage" with "columnar_storage".
src/columnar_storage/Cargo.toml Updated the package name from "storage" to "columnar_storage".
src/benchmarks/src/encoding_bench.rs Modified import to reference "columnar_storage" instead of "horaedb_storage".
src/benchmarks/Cargo.toml Changed dependency from "horaedb_storage" to "columnar_storage".
Cargo.toml Updated workspace members and dependency paths to reflect the new name.

Copy link
Contributor

@zealchen zealchen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM~

@zealchen zealchen merged commit 725d6bd into apache:main Apr 27, 2025
6 checks passed
@jiacai2050 jiacai2050 deleted the refactor-storage branch April 28, 2025 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants