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

Add latest PPL Command #490

Open
anasalkouz opened this issue Jul 26, 2024 · 0 comments
Open

Add latest PPL Command #490

anasalkouz opened this issue Jul 26, 2024 · 0 comments
Labels
0.6 enhancement New feature or request Lang:PPL Pipe Processing Language support

Comments

@anasalkouz
Copy link
Member

anasalkouz commented Jul 26, 2024

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?

@anasalkouz anasalkouz converted this from a draft issue Jul 26, 2024
@anasalkouz anasalkouz moved this to Todo in PPL Commands Jul 26, 2024
@anasalkouz anasalkouz added Lang:PPL Pipe Processing Language support enhancement New feature or request and removed untriaged labels Jul 26, 2024
@YANG-DB YANG-DB added the 0.6 label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.6 enhancement New feature or request Lang:PPL Pipe Processing Language support
Projects
Status: Todo
Development

No branches or pull requests

2 participants