l1t1 opened a new issue, #9501: URL: https://github.com/apache/arrow-datafusion/issues/9501
### Describe the bug use pageup key to get the history command, if I move the cursor to the left position of g and press `(`, it insert the `(` after g ``` ❯ select g(enerate_series(1,10); ``` ### To Reproduce datafusion-cli input select g(enerate_series(1,10); +-------------------------------------+ | generate_series(Int64(1),Int64(10)) | +-------------------------------------+ | [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] | +-------------------------------------+ then use pageup key to get the history command, if I move the cursor to the left position of g and press `(` ### Expected behavior insert `(` before g ### Additional context _No response_ -- 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]
