kkrugler opened a new issue #6491:
URL: https://github.com/apache/incubator-pinot/issues/6491


   If you have a job spec file that contains something like:
   
   ``` yaml
   # excludeFileNamePattern: exclude file name pattern, supported glob pattern.
   # Sample usage:
   #   'glob:*.avro' will exclude all avro files just under the inputDirURI, 
not sub directories;
   #   'glob:**\/*.avro' will exclude all the avro files under inputDirURI 
recursively.
   # _excludeFileNamePattern: ''
   ```
   
   Then the parsing of this file will fail with:
   
   ```
   SimpleTemplateScript1.groovy: 37: unexpected char: '\' @ line 37, column 13.
   ```
   
   Where line 37 is `#   'glob:**\/*.avro' will exclude all the avro files 
under inputDirURI recursively.`. The problem is the `\` character, which should 
be getting ignored since the line is commented out.


----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to