Hi dev: Currently the default value of 'carbon.stream.parser' is CSVStreamParserImp, it transforms InternalRow(0) to Array[Object], InternalRow(0) represents a string value of one line. But generally user will analyse data and save them as a Row(Int, String, String, Double...), not a Row(String), I think parser 'RowStreamParserImpl' is used more often for real scene. So do we use 'RowStreamParserImp' as default value? Welcome to give some feedback.
-- Sent from: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/
