tobe

Results 152 comments of tobe

Maybe do it in other repo. It's not really compatible for us and no need to add it in docker image :smiley:

How do you run the server? Have you installed docker locally and accessed the `/var/run/docker.sock` the file?

The `DOCKER.pkg` reminds me of the Mac OS application. If it's the configuration file, renaming as `pirate.ini` could be better :smiley:

It seems that there are no APIs to change the nullable property in SQL API. We can change the schema by passing the new schema. Refer to https://stackoverflow.com/questions/33193958/change-nullable-property-of-column-in-spark-dataframe .

It works for me. Thanks @utsavkesharwani 👍

The command `SHOW VARIABLES LIKE 'sql_mode';` is executed which is not supported in openmldb sql.

We can connect open mysql db when executing the preparing command. ``` sysbench --threads=2 --time=10 --report-interval=1 oltp_common.lua --mysql-host=127.0.0.1 --mysql-port=3307 --mysql-user=root --mysql-password=root --mysql-db=test --tables=4 --table-size=100 prepare ``` It is expected to...

It does not work for parameter query like `insert into {} values (?, ?, ?, ?, ?, ?)`. It may be the issue of this sql interface.

@selenachenjingxin could you update the doc to resolve the conflict?

Kind of similar with https://github.com/CODAIT/spark-bench/issues/161 .