As the intermediate representation defines the attribute as map[string]interface{}, the sql package should resolve the following SQLFlow statement
SELECT ...
TRAIN ...
WITH
model.objective="multi:softprob",
train.num_boost_round = 30,
model.eta = 3.1,
model.num_class = 3
as string, int, float, int respectively. However, our expression resolver return all these attribute as type string.