@ericsun2: the schema must match the data. Thus the Selector is retrieving 2 DECIMALs and a VARCHAR. Your schema does not match that.
And yes, if you are using a client session character set of UTF8, you must adjust the sizes of the VARCHAR fields in the schema definition to account for the extra data. You must multiply by 3.
@ericsun2: the schema must match the data. Thus the Selector is retrieving 2 DECIMALs and a VARCHAR. Your schema does not match that.
And yes, if you are using a client session character set of UTF8, you must adjust the sizes of the VARCHAR fields in the schema definition to account for the extra data. You must multiply by 3.