Skip to content

Commit

Permalink
enhance: Support importing data with parquet file (#28608)
Browse files Browse the repository at this point in the history
issue: #28272

Numpy does not support array type import. 
Array type data is imported through parquet.

Signed-off-by: Cai Zhang <[email protected]>
  • Loading branch information
xiaocai2333 authored Nov 29, 2023
1 parent 381a450 commit f5f4f08
Show file tree
Hide file tree
Showing 14 changed files with 2,693 additions and 311 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,9 @@ generate-mockery-kv: getdeps
$(INSTALL_PATH)/mockery --name=SnapShotKV --dir=$(PWD)/internal/kv --output=$(PWD)/internal/kv/mocks --filename=snapshot_kv.go --with-expecter
$(INSTALL_PATH)/mockery --name=Predicate --dir=$(PWD)/internal/kv/predicates --output=$(PWD)/internal/kv/predicates --filename=mock_predicate.go --with-expecter --inpackage

generate-mockery-chunk-manager: getdeps
$(INSTALL_PATH)/mockery --name=ChunkManager --dir=$(PWD)/internal/storage --output=$(PWD)/internal/mocks --filename=mock_chunk_manager.go --with-expecter

generate-mockery-pkg:
$(MAKE) -C pkg generate-mockery

Expand Down
Loading

0 comments on commit f5f4f08

Please sign in to comment.