DaveBirdsall commented on a change in pull request #1850: [TRAFODION-3320] 
support multiple characters field and record separator when for data loading 
and extracting
URL: https://github.com/apache/trafodion/pull/1850#discussion_r308810362
 
 

 ##########
 File path: core/conn/odb/src/odb.c
 ##########
 @@ -1537,7 +1540,9 @@ int main(int ac, char *av[])
             fprintf(stderr, "\tChild EID (.child): %d\n", etab[i].child);
             fprintf(stderr, "\tTBE flag (.tbe): %d\n", etab[i].tbe);
             fprintf(stderr, "\tField Separator (.fs): %d (decimal value)\n", 
etab[i].fs);
+            fprintf(stderr, "\tMuti Charaters Field Separator (.mcfs): %s\n", 
etab[i].mcfs);
             fprintf(stderr, "\tRecord Separator (.rs): %d (decimal value)\n", 
etab[i].rs);
+            fprintf(stderr, "\tMuti Charaters Record Separator (.mcrs): %s\n", 
etab[i].mcrs);
 
 Review comment:
   Similar typo here

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to