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 intra day PBO behaviour #99

Open nj1973 opened 7 months ago

nj1973 commented 7 months ago

Since removing the hybrid schema we see changed intra day PBO behaviour, i.e. a bug.

Previously we would follow this flow:

  1. Offload a partition
  2. Offload one or more predicates
  3. Offload the next partition which would wipe out the predicate metadata

Currently step 3 is failing with No partitions to offload.

I've disabled the test in test_offload_pbo_intra.py, search for "issue-99".