I created an online table for feature serving based on an existing delta table (used as the source table).
This source table contains a struct column and an array column, but when the online table is created, those two columns show up as strings columns (or varchar columns).
Is this the default behavior of an online table?
I don't understand why the online table doesn't match its source table from which it was created/synced.
Side note: (Image attached) I noticed that the data source type shown for the online table is MySql. I would have expected this to be a Delta source