Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix](judge-partition) Fix incorrect logic in determining whether it …
…is a partitioned table (apache#27515) The old logic used to determine whether it was a partition table based on the number of buckets, but if I had a partition table with only one partition and the number of buckets in that partition was 1, it would be mistakenly recognized as a non partition table. ``` Table[test_load_doris_to_hive_2] is not partitioned ```
- Loading branch information