Login  Register

Re: Load data command Quote character unexpected behavior.

Posted by Harmeet on Oct 21, 2016; 9:17am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/Load-data-command-Quote-character-unexpected-behavior-tp2145p2161.html

Hey Lion,

My code is up to date and i am still getting same error. I am verifying this on multiple machines.

Actual Output >>>

 -------+-----------+-------+--+
| tammy                                     |  $my name$   | NULL  | 900000.0  | 22    |
-------------------------------------------+--------------+
 

Expected Output >>>

 -------+-----------+-------+--+
| tammy                                     |  my name   | NULL  | 900000.0  | 22    |
-------------------------------------------+--------------+
 
Please correct me, If my expected output is wrong.