Open
Description
CREATE TABLE table_name AS SELECT * FROM delta_scan('abfss://[email protected]//Tables/t1-20 3')
cannot load the lakehouse table have space in table name in delta_scan() in duckDB
Error - IO Error: Hit DeltaKernel FFI error (from: While trying to read from delta table: 'abfss://[email protected]//Tables/t1-20 3')
Hit error: 5 (GenericError) with message (Generic delta kernel error: No files in log segment)
But my table was there in lakehouse table_name: 1-20 3 and it's format was Delta
But the table name without space was working fine, please anyone come up with the solution
I'm using Node.JS & Hapi.JS
Working table formats:
t_2_30_Table
lake_table
Not working table formats:
1-20 3
1-20_3_tab
Metadata
Metadata
Assignees
Labels
No labels