|
|
- def _get_sample_partition_query(self, database, table, column=None, limit=100):
|
|
|
|
|
|
|
+ def _get_sample_partition_query(self, database, table, column='*', limit=100):
|
|
|
partitions = self.get_partitions(database, table, partition_spec=None, max_parts=max_parts)
|
|
partitions = self.get_partitions(database, table, partition_spec=None, max_parts=max_parts)
|