duckdb/postgres_scanner

INTERNAL Error: Assertion triggered in file "/root/postgres_scanner/duckdb/src/common/types/vector.cpp" on line 1371: vector.GetType().InternalType() == PhysicalType::VARCHAR

wonb168 opened this issue · 1 comments

image
ddl:

CREATE TABLE tenant_baosheng_edw.dim_sku1 (
	brand_code text NULL
)

This was fixed in #30