Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]Add earliest PPL command #515

Open
YANG-DB opened this issue Aug 2, 2024 · 0 comments
Open

[FEATURE]Add earliest PPL command #515

YANG-DB opened this issue Aug 2, 2024 · 0 comments
Labels
enhancement New feature or request Lang:PPL Pipe Processing Language support

Comments

@YANG-DB
Copy link
Member

YANG-DB commented Aug 2, 2024

Is your feature request related to a problem?
Add earliest 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 MIN(timestamp) FROM sample_table);
    
  • register a custom expression earliestExpression

Do you have any additional context?

@YANG-DB YANG-DB added enhancement New feature or request untriaged Lang:PPL Pipe Processing Language support and removed untriaged labels Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Lang:PPL Pipe Processing Language support
Projects
Status: Todo
Development

No branches or pull requests

1 participant