rusackas commented on PR #44156:
URL: https://github.com/apache/superset/pull/44156#issuecomment-5647619175

   @kokhlo thanks for the quick fix. Codeant's thread on `get_max_partition_id` 
is still open and it's the same bug class the issue describes: when a table has 
only reserved partitions, this now returns `None`, but `where_latest_partition` 
still builds `PARSE_DATE('%Y%m%d', None)` instead of skipping the WHERE clause. 
The issue's expected behavior section calls that case out directly, so I'd 
rather see it handled here than as a follow-up.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to