gluent / goe

GOE: a simple and flexible way to copy data from an Oracle Database to Google BigQuery.
Apache License 2.0
8 stars 2 forks source link

Fix data type of OFFLOAD_PARTITION.BOUNDARY #94

Closed abb9979 closed 7 months ago

abb9979 commented 7 months ago

The OFFLOAD_PARTITION.BOUNDARY column in the GOE repo is supposed to be a CLOB, but a mistake left it as a VARCHAR2. This issue will fix it in the relevant places.