chenquan commented on issue #15065: URL: https://github.com/apache/datafusion/issues/15065#issuecomment-2707771234
@alamb Reproduction steps: 1. clone ```shell git clone https://github.com/chenquan/rsflow ``` 2. switch working directory ```shell cd rsflow ``` 3. run ```bash cargo run --package rsflow --bin rsflow -- --config ./examples/generate_example.yaml ``` 4. Send `ctl-c` signa, then an error occurred. <img width="1151" alt="Image" src="https://github.com/user-attachments/assets/19ee1bf5-f025-4867-8aff-a4ed71e635a6" /> where the error occurred: https://github.com/chenquan/rsflow/blob/main/src/processor/sql.rs#L60-L63 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
