Deep1998

Results 14 issues of Deep1998

This PR adds an IT that insert a few rows and then updates the PK of one of the rows.

size/M

Contains the session file support in the bulk template using JSON node as the standard format. If we decide to finalise avro, we will update this PR with avro support....

size/XL

Add support for the unified custom logical types: JSON, NUMBER and VARCHAR.

Google LGTM
size/L

This contains dummy code for a POC controller. This uses a FakeReader temporarily to ensure the code builds. The FakeReader2 and ReaderTransformTestUtils2 are helper classes copied temporarily to use the...

size/L

Currently, harbourbridge just panics for errors of type: cant create database, cant get instance etc. We just print the rpc error message which is not enough to know the cause...

When multiple create FK requests are sent to spanner where the referenced column is same and require internal index creation, spanner throws an error of the form `The schema change...

p3

Currently, we keep appending bad rows to conv till we hit the byte limit and then dump them to dropped.txt. When dealing with large tables, usually we end up storing...

p4

We support a bunch of input configurations for CSV which makes following the code a little tedious. Improve documentation around it.