thomasrebele commented on PR #6100:
URL: https://github.com/apache/hive/pull/6100#issuecomment-3346851257

   @zabetak, most of them are used:
   
   ```
   $ rg --glob '*.q' 'data/scripts/.*py' | sed 's#data/#\ndata/#g; 
s/\.py/\.py\n/g;' | grep '^data' | sort -u            
   data/scripts/cat.py
   data/scripts/doubleescapedtab.py
   data/scripts/dumpdata_script.py
   data/scripts/escapedcarriagereturn.py
   data/scripts/escapednewline.py
   data/scripts/escapedtab.py
   data/scripts/input20_script.py
   data/scripts/newline.py
   $ rg --glob '*.xml' '<include>.*py</include>'
   packaging/src/main/assembly/bin.xml
   224:        <include>**/*.py</include>
   347:        <include>hcatcfg.py</include>
   348:        <include>hcat.py</include>
   391:        <include>hcatcfg.py</include>
   392:        <include>hcat_server.py</include>
   ```
   
   The main goal of the PR was to fix errors when executing qfile tests that 
use these python files. If you think that certain changes are too risky, let me 
know, I'm happy to reduce the scope of the PR.


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