timsaucer commented on PR #108:
URL: https://github.com/apache/datafusion-java/pull/108#issuecomment-4691140015

   Heads-up from the foundation split (01-workspace-foundation): the RAT 
exclude `<exclude>spark/scaffold/bridge-template/**</exclude>` was removed from 
the root `pom.xml` there because it was forward-referencing files that do not 
exist until this PR. This PR (05) is the first to add 
`spark/scaffold/bridge-template/**` — scaffold templates stamped into user 
projects by `spark/scaffold/new_bridge.py`, which must not carry ASF headers.
   
   Action required: re-add the exclude to the root `pom.xml` RAT `<excludes>` 
block in this PR, or `apache-rat:check` will flag the template files as 
unapproved once 01 is rebased in.
   
   ```xml
   <!-- Bridge scaffold templates: stamped into USER projects by
        spark/scaffold/new_bridge.py, which must not impose ASF headers on them 
-->
   <exclude>spark/scaffold/bridge-template/**</exclude>
   ```


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

To unsubscribe, e-mail: [email protected]

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