Open caneGuy opened 6 months ago
By default, columns in ORC files are accessed by their ordinal position in the Hive table definition. However, the table definition and orc file schema do not match in this case.
After set orc_use_column_names = true;
, the result is correct.
We have marked this issue as stale because it has been inactive for 6 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 10 days to keep the issue queue tidy. Thank you for your contribution to StarRocks!
Steps to reproduce the behavior (Required)
CREATE TABLE '...'
data file offline @GavinMar
Expected behavior (Required)
Real behavior (Required)
StarRocks version (Required)
select current_version()
3.1.5