cgivre commented on issue #1530: DRILL-6582: SYSLOG (RFC-5424) Format Plugin
URL: https://github.com/apache/drill/pull/1530#issuecomment-457063118
 
 
   HI @vdiravka, @ilooner,  I've run into an issue I can't seem to resolve.  
The essential issue is that the `VarCharHolder` as of Drill 1.16 seems to only 
tolerate a 256 character string.  The unit tests all worked when I originally 
submitted the PR, yet now when I try to query the same data, I get the 
following error:
   
   ```
   DATA_WRITE ERROR: null
   
   Could not write string:
   index: 0, length: 342 (expected: range(0, 256))
   ```
   
   Suggestions would be greatly appreciated.  
   

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


With regards,
Apache Git Services

Reply via email to