deepakpanda93 commented on issue #15225:
URL: https://github.com/apache/hudi/issues/15225#issuecomment-5324949283
This issue was reviewed as part of the JIRA-migrated backlog triage and is
being closed - the test named here is not disabled, and has not been in any
released version.
On master (`989badc3952e`),
`hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestParquetColumnProjection.scala:143-144`:
```scala
@Test
def testMergeOnReadSnapshotRelationWithDeltaLogsFallback(): Unit = {
```
There is no `@Disabled` anywhere in that file - it has seven active `@Test`
methods.
I also read the same file at `release-0.11.0`, `release-0.11.1`,
`release-0.12.0`, `release-0.12.3`, `release-0.13.0`, `release-0.14.0` and
`release-1.0.0`: the method carries a plain `@Test` at every one of them. So it
has been enabled in every release since 0.11.0.
The reason for the mismatch: this ticket refers to disables introduced
*"within the pr (Support Hadoop 3.x Hive 3.x and Spark 3.x)"* - PR #5786 - and
that PR was **never merged**, so those disables never reached master. (The one
`@Disabled` this file did carry
historically was on a different method, `testBaseFileOnlyViewRelation`.)
Closing as already fixed - there is nothing to re-enable.
--
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]