Zuozhi Wang
Zuozhi Wang
Issue #1070 shows a case where Jsoup not parsing an HTML page correctly and putting all the information in the body instead of head. The problem can be reproducible only...
The 2-input Python UDF operator takes two inputs: "model" and "data". The "model" is one single tuple is generated from a source file with a single worker. Without broadcast data...
We want to finish the PR #1134, which allows projection to re-order columns. Ideally, the new projection operator can do: 1) re-order columns, 2) drop columns (by selecting the checkbox),...
We want to intercept the command/control + S key to invoke the save workflow feature
Currently, the exported file name of operator result is not intuitive. We will change to be the following way: `---`. (the workflow name may contains illegal characters such as space,...
This PR enhances incremental computation support in Texera, including: 1. Added an incremental aggregation framework. Specifically: - `PartialAggregateOpExec` and `FinalAggregateOpExec` are updated to use incremental computation. They will perdoically emit...
### Feature Summary Texera currently lacks systematic observability instrumentation, making it difficult to monitor and debug the status of live services and the distributed workflows. This feature request proposes implementing...