Marius Posta

Results 15 issues of Marius Posta

This commit improves the ALTER TABLE ... ALTER PRIMARY KEY ... implementation in the declarative schema changer by also having it drop the hidden rowid column when possible. This required...

`AvroEncodedInputFormat` reads a container file input split as key-value pairs in which the key is the file header and the value is the decompressed file data block. `AvroEncodedOutputFormat`follows the same...

Java

scbuildstmt: add secondary index support for ALTER PK Previously, we had limited support for ALTER PRIMARY KEY statements in the declarative schema changer. One of the limitations was that secondary...

https://github.com/appnexus/ankh#chart https://github.com/appnexus/ankh#chart-1 Is this intentional? If so it's confusing. In any case what would be helpful to understand this section is to break down models by `yaml` file in which...

The implementation of heartbeat support for MS SQL Server is very much not mysterious. This is not ready to merge as there is still at least one bug out there:...

area/connectors
connectors/source/mssql

This PR adds full-fledged CHECK and DISCOVER operation with SSH tunnel support. At this point in the PR stack we actually start opening JDBC connections and running queries. This PR...

area/connectors
connectors/source/oracle-v2

This PR adds support for connector configuration POJOs which map to the `--config` CLI argument value. These class definitions are used to generate the JSON schema for SPEC, which is...

area/connectors
connectors/source/oracle-v2

This PR has the Micronaut connector entrypoint and does basic CLI argument processing by setting Micronaut properties to suitable values. Most of this was written by @jdpgrailsdev and I didn't...

area/connectors
connectors/source/oracle-v2

In the previous PR we added support for config POJOs. While these are much nicer than messing with naked `JsonNode`s like we are used to, it's still not what we...

area/connectors
connectors/source/oracle-v2

Adds a build.gradle in source-oracle-v2 with a non-standard source set structure. The extra source sets for the cdk keep things separate between source-oracle-v2 itself and the incubating micronaut-powered boilerplate.

area/connectors
connectors/source/oracle-v2