datafuselabs/databend

feat: COPY INTO returns more status

BohuTANG opened this issue · 3 comments

Summary

Returns:

file: Name of source file and relative path to the file
status: LOADED/SKIPPED
rows_loaded: Load how many rows
file	status	rows_loaded
s3://etharchive.org/pub/blocks/blocks_13000001_13001000.parquet	LOADED	1,000		

Cc @ClSlaid, please take this issue a look~

Already addressed by #7746

This issue should be after the work: distributed copy: #6395