daphne-eu / daphne

DAPHNE: An Open and Extensible System Infrastructure for Integrated Data Analysis Pipelines
Apache License 2.0
67 stars 62 forks source link

Error handling in VectorizedPipeline #873

Open philipportner opened 1 month ago

philipportner commented 1 month ago

Currently, only kernels that are executed outside of VectorizedPipeline.h are properly handled. There is no mapping for kernels executed in vectorized pipelines, which makes it hard to map a runtime error to the source code line of the script.