Make sure `disable.count.query = true` does not change the behavior of ingestion
Đang mở
arguable
enhancement
- Ngôn ngữ chính
- Scala
- Star
- 31
- Fork
- 4
- Merge trung bình
- 1 ngày 10 phút
- Pull request đã merge (30 ngày)
- 4
Mô tả
## Background
Currently, when
```hocon
disable.count.query = true
```
a table is considered successfully loaded even if it does not have data for the current date. This is because the count check is skipped.
## Feature
Make sure `disable.count.query = true` does not change the behavior of ingestion.
## Example [Optional]
--
## Proposed Solution [Optional]
The correct behavior is the same as the one when `disable.count.query = false`. If the number of records is 0 and empty tables are considered 'no data', the the record of data should not be written to the bookkeeping table.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.