You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
workload: add support to csv generation for decimal
PR #144818 modified the tpcc workload so that it generates decimals
instead of floats. Usually fixture generation uses a special case in
process data generator, but the import roachtests uses a datum -> csv
conversation code path that was missing support for the decimal type.
Fixes: #145058Fixes: #145058Fixes: #145185
Release note: none
0 commit comments