GoogleCloudPlatform / pontem

Open source tools for Google Cloud Storage and Databases.
Apache License 2.0
63 stars 15 forks source link

Cannot restore ARRAY column types #67

Closed nielm closed 6 years ago

nielm commented 6 years ago

When attempting to restore a table with an ARRAY column type, restore fails.

java.lang.RuntimeException: Not handling type for field 'arrayvalue' of type ARRAY at com.google.cloud.pontem.FormatTextAsGenericSpannerMutationFn.apply (FormatTextAsGenericSpannerMutationFn.java:95) at com.google.cloud.pontem.FormatTextAsGenericSpannerMutationFn.apply (FormatTextAsGenericSpannerMutationFn.java:39) at org.apache.beam.sdk.transforms.Contextful.lambda$fn$79bf234f$1 (Contextful.java:112) at org.apache.beam.sdk.transforms.MapElements$1.processElement (MapElements.java:129)

EricBeach commented 6 years ago

This issue is now fixed in dev branch. Will push a new release on master soon.

EricBeach commented 6 years ago

Fix is now live in master branch.