trinodb / trino-python-client

Python client for Trino
Apache License 2.0
328 stars 163 forks source link

return empty list in un-partitioned table #219

Closed dungdm93 closed 2 years ago

dungdm93 commented 2 years ago

Currently, in un-partitioned table, trino driver still return a single-value list of a partition index with empty columns

image

So, it's better to return empty list instead.