AbsaOSS / AbsaOSS/dataset-comparison
Add Primary Key argument option
Đang mở
enhancement
low
- Ngôn ngữ chính
- Scala
- Star
- 2
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
# Description
Allow users to specify primary key or composite primary key columns for easier comparison between the two tables. This will allow us to compare rows that is known that are supposed to be the same.
# Feature
- add input argument for list of column names
# Example
```sh
spark-submit dataset-comparison.jar --pk-columns Column1,Column2,ColumnX
```
> Original author: @Zejnilovic
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.