Open
Description
Is your feature request related to a problem?
Add latest
command for PPL spark based execution driver .
Since spark sql doesnt offer such expression a possible option would be:
- translate the expression into a where clause
SELECT * FROM sample_table WHERE timestamp = (SELECT MAX(timestamp) FROM sample_table);
- register a custom expression
latestExpression
Do you have any additional context?
Metadata
Metadata
Assignees
Type
Projects
Status
Todo