David Wood

Results 57 comments of David Wood

Hmm, from the above this may be more complicated than I was able to see, but if we just set the GatewayServer thread to be a daemon then all is...

Per your request above, here is our use case. We have an IClassifier interface that does not implement Closeable nor should it. We have a python implementation of IClassifier that...

I suppose this is the same issue. However, is the fix to have the API user call ConcurrencyUtils.shutdownAndAwaitTermination() or is that being done somewhere inside the library? If the former,...

A proposal for the post-processing transform ![image](https://user-images.githubusercontent.com/5297044/234350384-e36a73a3-d125-4094-a11e-bf2ce26979da.png)

@shivdeep-singh-ibm maybe its best to start over with the few files needed for this action? I recently did a PR that should have corrected all the pre-commit failures - and...

this would now be appled to code2parquet which superseded ingest2parquet which is not deprecated.

I believe this is satisified with the html2parquet transform. https://github.com/IBM/data-prep-kit/tree/dev/transforms/universal/html2parquet. Although I wonder if it should be moved to language?

@shahrokhDaijavad we have doc_quality and its tests. are they not sufficient? Not sure about other transforms. If there is a problem with a specific transform's test data. maybe we need...

@blublinsky agreed. user error. however, we need to expect the user to make this sort of mistake and help them fix it.