weiguoz
weiguoz
In the issue: [2220](https://github.com/sql-machine-learning/sqlflow/issues/2220), we plan to supports Maxcompute hints. [goalisa](https://github.com/sql-machine-learning/sqlflow/) is one of the [dabase/sql](https://golang.org/pkg/database/sql/X) driver of `Maxcompute`. We're going to support Maxcompute hints in [goalisa](https://github.com/sql-machine-learning/sqlflow/) at first. I...
I'm using [tpope/vim-fugitive](https://github.com/tpope/vim-fugitive) & [rhysd/git-messenger.vim](https://github.com/rhysd/git-messenger.vim), when I add `blamer.nvim` and type the commands like `:GitMessage` or `:Git log`, the vim(8.2) throw out an error: `E315: ml_get: invalid lnum`.
fix #7502 `origin/develop2` => - `origin/develop -2` ahead - `origin/develop +2` behind
A statement like `SELECT id, block FROM {table} ORDER BY id` causes an error
After [PR33](https://github.com/sql-machine-learning/gohive/issues/33), [Stmt.Exec](https://golang.org/pkg/database/sql/#Stmt.Exec) and [Stmt.Close](https://golang.org/pkg/database/sql/#Stmt.Close) are required.
`gomaxcompute` reads the table's meta by a tunnel that would be blocked by maxcompute server. Let's take a try to avoid using `tunnel`.
Instead of returning `&odpsResult{-1, -1}, nil` in `connection.go:Exec()`
We hide the submodule files on the sidebar by specifying files to `_config.yaml::exclude` https://github.com/sql-machine-learning/sql-machine-learning.github.io/blob/fa1aeb86267e7a8ff3cf3470104c23ad62996f71/_config.yml#L5 As the submodule keep updating, we should fix the `_config.yaml::exclude` to exclude the new files. I...