Robert Rettig
Robert Rettig
missing data too! a detailed example for one table. but there are a lot of rows missing ( assuming `/var/tmp/mydumper.uLfOpX/metadata` has correct rows records noted ) in other tables too....
> Yum can install on a rockylinux9: > > ``` > 113 MB/s | 799 MB 00:07 > OpenSearch 2.x 77 kB/s | 4.2 kB 00:00 > Importing GPG key...
way nicer https://github.com/opensearch-project/opensearch-build/issues/3527#issuecomment-1553341927
@davidcostanzo it was directed to all who cannot understand what `// Customize Invocation.` means. the javadoc comment is messy. Should be fixed too! And at all the documentation could be...
@asolntsev is that version better? https://gist.github.com/flybyray/4c8c974d104478a101713ec9f9171038
would need something like this. but is this nicer to read? ```java private static String[] origRegex = { ... }; private static IntFunction[] intf = { x -> (x ==...
@asolntsev your test runs within the play testenviroment. the dependencies manager is invoked differently. your test should be in the style of python tests from 'samples-and-tests/i-am-a-developer'. i try to add...
@asolntsev i added a test https://github.com/flybyray/play1/commit/1307f79d8d2af6177838de833998be4e744d0ad5 and the problem is related to system environment "LANG". If it is not set it will crash. i checked it with the print out...
``` flybyray-pc:~/git$ export LANG="de_DE.UTF-8" + export LANG=de_DE.UTF-8 + LANG=de_DE.UTF-8 flybyray-pc:~/git$ play1/play deps play1/samples-and-tests/i-am-a-developer/i-am-testing-2073/app2073 --forProd + play1/play deps play1/samples-and-tests/i-am-a-developer/i-am-testing-2073/app2073 --forProd ~ _ _ ~ _ __ | | __ _ _...
@asolntsev the interesting part is with the `FIles.walkFileTree` this error does not occur https://gist.github.com/flybyray/659a1b8ad14e69a72415f869b1b91619#file-io-java-L244