Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for exporting database to parquet files #2897

Merged
merged 1 commit into from
Feb 18, 2024

Conversation

hououou
Copy link
Collaborator

@hououou hououou commented Feb 15, 2024

No description provided.

Copy link

codecov bot commented Feb 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0d57b0b) 93.45% compared to head (cc95076) 93.46%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2897      +/-   ##
==========================================
+ Coverage   93.45%   93.46%   +0.01%     
==========================================
  Files        1104     1104              
  Lines       42468    42498      +30     
==========================================
+ Hits        39687    39720      +33     
+ Misses       2781     2778       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

scripts/antlr4/Cypher.g4.copy Outdated Show resolved Hide resolved
src/common/copier_config/reader_config.cpp Outdated Show resolved Hide resolved

private:
parsing_option_t parsingOptions;
std::string filePath;
common::FileType fileType;
Copy link
Contributor

Choose a reason for hiding this comment

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

You can just keep a readerConfig in this class. If so let's rename it to BoundFileInfo

src/include/processor/operator/persistent/export_db.h Outdated Show resolved Hide resolved
src/planner/plan/plan_port_db.cpp Outdated Show resolved Hide resolved
src/processor/operator/persistent/export_db.cpp Outdated Show resolved Hide resolved
@ray6080 ray6080 changed the title add support for parquet add support for exporting database to parquet Feb 16, 2024
@ray6080 ray6080 changed the title add support for exporting database to parquet add support for exporting database to parquet files Feb 16, 2024
src/include/common/copier_config/export_reader_config.h Outdated Show resolved Hide resolved
src/binder/bind/bind_export_database.cpp Show resolved Hide resolved
test/test_files/copy/export_db.test Outdated Show resolved Hide resolved
slove comments

fix
@hououou hououou merged commit a38e0dc into master Feb 18, 2024
15 checks passed
@hououou hououou deleted the export_db_parquet branch February 18, 2024 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants