David Wood
David Wood
Also, in the future can you sign your commits?
Oh and the code2parquet transform is in transforms/code/code2parquet
> > You are checking in 100mb in the `input` directory. This almost doubles the size of the clone repository. Can we get these from somewhere else and not stored...
This was worked around by renaming `transforms/language/pii_redactor/Makefile` to `Makefile.disable`. The fix for this issue should also rename this back to `Makefile` to re-enable the test in git ci/cd actions.
@SowmyaLR Hi, I am not able to assign this (maybe after you accept an invite). For now just tagging you.
With the above in mind, we have the following: **Guiding principals/goals** 1. github "releases" will be published to a new minor (not micro) version number. For example, 0.3.0 2. when...
We may have discussed, but using a base spark image would probably help this.
I have run this locally on 3.10 and 3.11 10 times straight w/o errors (on mac m1). Same on redhat 3.11. ``` make PYTHON=python3.10 venv source venv/bin/activate cd test export...
I believe this is fixed with #721.
@dolfim-ibm this is still failing running locally on mac m1 Again, ``` cd transforms/language/pdf2parquet/python make test-src ``` ``` ... test_pdf2parquet.py s test_pdf2parquet_python.py Using temporary output path /tmp/pdf2parquetmy6c416f 12:35:18 INFO -...