Z1Wu commented on issue #4546:
URL: https://github.com/apache/kyuubi/issues/4546#issuecomment-1905248553

   This modification will result in all folder whose name is `metrics` being 
ignored.
   
   ```
   # for example, a normal metrics package  for spark-engine will be ignored 
due to this change
   
externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/spark/kyuubi/metrics/
   ```
   
   if we want to ignore `$repo_root/metrics` created by local IDE, maybe we 
could change gitignore like this :
   
   ```
   # gitignore after
   /metrics/
   
   # gitignore before 
   metrics/
   ```
   


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