when I load csv file to a carbondata table,I can do it using hive,like: insert into [carbondata table] select * from [hive table];
But I can only get NULL value when I query from a hive table which loaded from a parquet file. I don't want to write a parquet to a csv file. It costs too long time. Can I load from a parquet file directly? and how? spark: 2.1.0 , carbondata: 1.2.0 thanks -- Sent from: http://apache-carbondata-user-mailing-list.3231.n8.nabble.com/
