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

Change the syntax of the slice operator #4211

Merged
merged 1 commit into from
May 14, 2024
Merged

Conversation

dominiklohmann
Copy link
Member

@dominiklohmann dominiklohmann commented May 12, 2024

This changes the slice operator to use a more familiar syntax for slicing events: <begin>:<end>, <begin>:, or :<end>.

This makes room for adding strides to the operator in the famililar Python syntax.

@dominiklohmann dominiklohmann added operator Source, transformation, and sink improvement An incremental enhancement of an existing feature labels May 12, 2024
This changes the `slice` operator to use a more familiar syntax for
slicing events: `<begin>:<end>`, `<begin>:`, or `:<end>`.
Copy link
Contributor

@jachris jachris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure whether the syntax stays this way, but this is good for now 👍

@dominiklohmann dominiklohmann merged commit f93d1d6 into main May 14, 2024
52 checks passed
@dominiklohmann dominiklohmann deleted the topic/slice-syntax branch May 14, 2024 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement An incremental enhancement of an existing feature operator Source, transformation, and sink
Projects
None yet
2 participants