should be it
This commit is contained in:
11
external/duckdb/test/sql/attach/attach_huggingface_index.test
vendored
Normal file
11
external/duckdb/test/sql/attach/attach_huggingface_index.test
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# name: test/sql/attach/attach_huggingface_index.test
|
||||
# description: Test attach mixed with sequences and default values
|
||||
# group: [attach]
|
||||
|
||||
# The database is written with a vector size of 2048.
|
||||
require vector_size 2048
|
||||
|
||||
unzip data/storage/huggingface_index.db.gz __TEST_DIR__/huggingface_index.db
|
||||
|
||||
statement ok
|
||||
ATTACH '__TEST_DIR__/huggingface_index.db'
|
||||
Reference in New Issue
Block a user