yma11 commented on code in PR #5351:
URL: https://github.com/apache/incubator-gluten/pull/5351#discussion_r1597925071
##########
gluten-ut/spark34/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala:
##########
@@ -1188,12 +1190,6 @@ class VeloxTestSettings extends BackendTestSettings {
enableSuite[GlutenResolveDefaultColumnsSuite]
enableSuite[GlutenSubqueryHintPropagationSuite]
enableSuite[GlutenUrlFunctionsSuite]
- enableSuite[GlutenFileMetadataStructRowIndexSuite]
- // Row index metadata column support in Velox isn't ready yet, refer
velox-9147
- .exclude("reading _tmp_metadata_row_index - not present in a table")
- .exclude("reading _tmp_metadata_row_index - present in a table")
- // Row index metadata column support in Velox isn't ready yet, refer
velox-9147
- // enableSuite[GlutenParquetRowIndexSuite]
Review Comment:
Should add line `enableSuite[GlutenParquetRowIndexSuite` if this suite can
be fixed by this PR?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]