sql-machine-learning / gomaxcompute

A Go driver for MaxCompute.
41 stars 11 forks source link

Support one-off query interface with hints #50

Open Yancey1989 opened 5 years ago

Yancey1989 commented 5 years ago

According to the discussion: https://github.com/sql-machine-learning/gomaxcompute/pull/46#issuecomment-515857382 , will continue to talk about the one-off query interface with hints.

Menniti commented 2 years ago

Hello,

I`m having this issue with queryHints I need to pass the queryHint to execute a script command. image I need to execute this command every time ->>>>> set odps.sql.hive.compatible=true; image But I have no idea what I have done wrong, if does anyone could help me. Will be awesome Thank you