sqlflow
sqlflow copied to clipboard
Use raw value instead of tuple for the dense feature read from db.
In the implementation of db.read_feature, for the dense feature, we read it as a tuple instead of raw value. It may bring confuse to the following data transform process. Recommend to use raw value directly.
Some details about this issue? Why using tuples can confuse the data transform process?