mirror of
https://github.com/apache/impala.git
synced 2025-12-30 12:02:10 -05:00
Enforce slot equivalences at data source scan nodes
Change-Id: I2ed606ba398990ab05afa3301b6356c6a636e2bb Reviewed-on: http://gerrit.ent.cloudera.com:8080/2521 Reviewed-by: Matthew Jacobs <mj@cloudera.com> Tested-by: jenkins (cherry picked from commit 55061f6953956f45d433fe227ded539a648e3f9c) Reviewed-on: http://gerrit.ent.cloudera.com:8080/2536
This commit is contained in:
1
testdata/bin/create-data-source-table.sql
vendored
1
testdata/bin/create-data-source-table.sql
vendored
@@ -24,6 +24,7 @@ API_VERSION 'V1';
|
||||
|
||||
DROP TABLE IF EXISTS alltypes_datasource;
|
||||
CREATE TABLE alltypes_datasource (
|
||||
id INT,
|
||||
bool_col BOOLEAN,
|
||||
tinyint_col TINYINT,
|
||||
smallint_col SMALLINT,
|
||||
|
||||
Reference in New Issue
Block a user