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

Changed behaviour of --sort-columns #81

Open nj1973 opened 7 months ago

nj1973 commented 7 months ago

Prior to removing the hybrid schema the sort columns for a partitioned table could be modified on a no-op offload. For example if we offloaded partition 1 with --sort-columns=DEPT_ID we could request an offload of partition 1 again with --force and --sort-columns=EMP_ID to modify the backend table and metadata. That is no longer happening.

I've disabled the relevant test at the end of tests/integration/scenarios/test_offload_sorting.py. We should enable/remove that when we decide what the new behaviour should be.