I have a question about transforming data at loadi...
# questions-and-troubleshooting
s
I have a question about transforming data at loading as described on this page: https://docs.starrocks.io/docs/loading/Etl_in_loading/ This page contains the following phrase, which looks like a typo
• Stream Load does not support
column_name = function(column_name)
but supports
column_name = function(column_name)
.
I wonder what the actual limitation is. Thanks