MariaDB / mariadb_kernel

A MariaDB Jupyter kernel
BSD 3-Clause "New" or "Revised" License
30 stars 20 forks source link

LOAD DATA INFILE progress reports are not formatted properly #4

Closed robertbindar closed 3 years ago

robertbindar commented 3 years ago

For some long-lasting queries, a MariaDB server can send progress reports back to the client. This behavior is documented here. I noticed the kernel is not properly formatting these progress reports for LOAD DATA INFILE statements, but as you can see in the previous link, there are other statements too that can issue such report messages.

To fix this problem, we should first investigate how easy it is to display the reports nicely based on how predictable the report content is or just disable progress reporting for the active client connection that the kernel uses.