Andrii Karaivanskyi

Results 7 comments of Andrii Karaivanskyi

I had similar issue. Eventually I understood that I did not call `postgres.stop()`. I needed to manually kill the hanging process occupied my port, added the `stop()` call to pre...

This [project](https://github.com/introproventures/graphql-jpa-query) allows "Code first generation of GraphQL schema from JPA entities" as a top feature. If we consider Neo4j-ORG as an alternative to JPA...

Right. The problem is that I have latest Centos 7. I have no idea why they would use 2012 library. ``` $ ldd --version ldd (GNU libc) 2.17 Copyright (C)...

I was able to build from master using cmake that I needed also to build. Though I'm not sure how this can help with JDBC. ``` $ ./build/release/duckdb v0.4.1-dev2356 73530d93c...

Just for the history, I used this docker file to build the lib, that I placed in my classpath ```Dockerfile FROM centos:centos7 as prepare_build_tools SHELL ["/bin/bash", "-c"] RUN yum -y...

I've noticed when I turn off in-memory processing my JVM crashes: ``` # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at...

I've just discovered I can reproduce this on Mac. I'll create a separate ticket