nancodex
Results
2
issues of
nancodex
Problem: When querying a Hive View (especially those defined as SELECT *), if the underlying Hive table schema has changed (e.g., new columns added), the column index in the View...
behavior_changed
3.3
3.4
3.5
4.0
### Steps to reproduce the behavior (Required) 1. **Create a Hive Table (ORC format, partitioned by `dayno`)** ```sql CREATE TABLE test_db.test_hive_table ( id BIGINT COMMENT 'ID', name STRING COMMENT 'Name',...
type/bug