Skip to content

Commit bc56bd7

Browse files
committed
only add arrowTable prop to CREATE_TABLE_TASK when set
Signed-off-by: Ilya Boyandin <ilyabo@gmail.com>
1 parent a5bda58 commit bc56bd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/table/src/dataset-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export function createNewDataEntry(
9898
info,
9999
color,
100100
opts,
101-
data: {...validatedData, arrowTable: data.arrowTable}
101+
data: data.arrowTable ? {...validatedData, arrowTable: data.arrowTable} : validatedData
102102
});
103103
}
104104

0 commit comments

Comments
 (0)