databend icon indicating copy to clipboard operation
databend copied to clipboard

bug: settings changes by set_var hint is not visible when build pipeline in cluster mode

Open youngsofun opened this issue 1 year ago • 3 comments

Summary

cc @zhang2014 @TCeason

found when debugging my PR, not explicit as an example. I will try to provide an example later.

youngsofun avatar May 23 '24 00:05 youngsofun

Maybe can use this way replace set_var:

set setting=xx;
copy into ...;
unset session setting;

TCeason avatar May 23 '24 00:05 TCeason

Maybe can use this way replace set_var:

set setting=xx;
copy into ...;
unset session setting;

This is not make sense, the copy is from like python drivers.

BohuTANG avatar May 23 '24 00:05 BohuTANG

reproduce: https://github.com/datafuselabs/databend/pull/15596/files#diff-e422a3f3888d72afcada625833a5c984f9665a8ce3d4f32b635e3315e849b717R22

zhang2014 avatar May 23 '24 02:05 zhang2014