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
Describe the bug
TypeCheck warnings report column names without the type info, e.g.,
!Exec cannot run on GPU because Nested types in grouping expressions are not supported; unsupported data types in input: a#0; unsupported data types in output: a#0
Steps/Code to reproduce bug
Any query with an unsupported type involved e.g. #2274
Expected behavior
!Exec cannot run on GPU because Nested types in grouping expressions are not supported; unsupported data types in input: StructType(StructField(a,IntegerType,true), StructField(b,IntegerType,true)); unsupported data types in output: StructType(StructField(a,IntegerType,true), StructField(b,IntegerType,true))
Environment details (please complete the following information)
reproduces locally
* Restore output of unsupport column types
Fixes#2320
Signed-off-by: Gera Shegalov <gera@apache.org>
* attribute references grouped by type
* original messages
* expression id
nartal1
pushed a commit
to nartal1/spark-rapids
that referenced
this issue
Jun 9, 2021
* Restore output of unsupport column types
FixesNVIDIA#2320
Signed-off-by: Gera Shegalov <gera@apache.org>
* attribute references grouped by type
* original messages
* expression id
nartal1
pushed a commit
to nartal1/spark-rapids
that referenced
this issue
Jun 9, 2021
* Restore output of unsupport column types
FixesNVIDIA#2320
Signed-off-by: Gera Shegalov <gera@apache.org>
* attribute references grouped by type
* original messages
* expression id
Describe the bug
TypeCheck warnings report column names without the type info, e.g.,
!Exec cannot run on GPU because Nested types in grouping expressions are not supported; unsupported data types in input: a#0; unsupported data types in output: a#0
Steps/Code to reproduce bug
Any query with an unsupported type involved e.g. #2274
Expected behavior
!Exec cannot run on GPU because Nested types in grouping expressions are not supported; unsupported data types in input: StructType(StructField(a,IntegerType,true), StructField(b,IntegerType,true)); unsupported data types in output: StructType(StructField(a,IntegerType,true), StructField(b,IntegerType,true))
Environment details (please complete the following information)
reproduces locally
Additional context
Uncovered in #2274 , broken by 64f9d9b#diff-c5cb89e178628729e961e2e0e9be2689893254638c5ce467250a263f7867112dR558
The text was updated successfully, but these errors were encountered: