You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifconfig.WatermarkColumn=="ctid"&&errors.As(err, &pgErr) &&pgErr.Code=="XX000"&&pgErr.Message=="transparent decompression only supports tableoid system column" {
193
+
// timescale, fallback to full table partition
194
+
return []*protos.QRepPartition{
195
+
{
196
+
PartitionId: uuid.NewString(),
197
+
FullTablePartition: true,
198
+
Range: nil,
199
+
},
200
+
}, nil
201
+
}
202
+
189
203
returnnil, fmt.Errorf("failed to read rows: %w", err)
0 commit comments