Christian Tzolov

Results 148 comments of Christian Tzolov

@interma Thanks for the feedback! Primary target for the library is HAWQ so it has to be supported. Which version of HAWQ are you using? Also have you created the...

@interma I think i know what is the problem. If your `version_number` is of type `BIGINT` then you must set the `"journalVersionType": "BIGINT"` in the `myTestModel.json`. If not set it...

@interma, please pull latest version of the project. We have added version column type check. If your model configuration doesn't match the column type an IllegalStateException will be thrown with...

@interma it seems like you haven't listed all required dependencies when starting the Main. To simplify the execution i've made configured (in the pom) this as self executable jar. I've...

Glad to hear this @interma ! I've added some remarks to HAWQ-304

Data Flow doesn't know about the existence of the registered App artifacts. App deployment (and existence check) is delegated to Skipper and in turn to the concrete platform deployer (e.g....

@slobodanl not sure I completely understand the issue. But in general to set a property in the docker-compose environment section you should use `env. variables` not `property names`. E.g. could...

Thank you @david-deck ! for the server configuration we don't need to create a database explicitly. Instead the default MariaDB database is used. The problem was that i've wrongly assumed...

@serut , it looks like the [StreamBridge](https://docs.spring.io/spring-cloud-stream/docs/current/reference/html/spring-cloud-stream.html#_streambridge_and_dynamic_destinations) should be allow you do this?

As additional observation and discrepancy : The shell `app all unregister` unregisters all apps (default and non-default). While the UI unregisters only the default such.