Skip to content

Add latest PPL Command #490

Open
Open
@anasalkouz

Description

@anasalkouz

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

No one assigned

    Labels

    0.6Lang:PPLPipe Processing Language supportenhancementNew feature or request

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions