You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following queries don't hit my connector's applyAggregation breakpoint:
SELECTmax(timestamp) FROMcatalog.default.table GROUP BY json_extract(some_str, '$.some_number');
SELECTmax(json_extract(some_str, '$.some_number')) FROMcatalog.default.table GROUP BYtimestamp;
The text was updated successfully, but these errors were encountered:
The following queries don't hit my connector's
applyAggregation
breakpoint:The text was updated successfully, but these errors were encountered: