stankiewicz commented on PR #38197: URL: https://github.com/apache/beam/pull/38197#issuecomment-4260470041
``` BC | Questionable cast from Collection to abstract class java.util.Set in org.apache.beam.sdk.values.WindowedValues$TimestampedValueInMultipleWindows.equals(Object) -- | -- | Bug type BC_BAD_CAST_TO_ABSTRACT_COLLECTION (click for details)In class org.apache.beam.sdk.values.WindowedValues$TimestampedValueInMultipleWindowsIn method org.apache.beam.sdk.values.WindowedValues$TimestampedValueInMultipleWindows.equals(Object)Actual type java.util.Collection<? extends org.apache.beam.sdk.transforms.windowing.BoundedWindow>Expected java.util.SetValue loaded from field org.apache.beam.sdk.values.WindowedValues$TimestampedValueInMultipleWindows.windowsAt WindowedValues.java:[line 804] BC Questionable cast from Collection to abstract class java.util.Set in org.apache.beam.sdk.values.WindowedValues$TimestampedValueInMultipleWindows.equals(Object) [Bug type BC_BAD_CAST_TO_ABSTRACT_COLLECTION (click for details)](https://github.com/apache/beam/pull/38197#BC_BAD_CAST_TO_ABSTRACT_COLLECTION) In class org.apache.beam.sdk.values.WindowedValues$TimestampedValueInMultipleWindows In method org.apache.beam.sdk.values.WindowedValues$TimestampedValueInMultipleWindows.equals(Object) Actual type java.util.Collection<? extends org.apache.beam.sdk.transforms.windowing.BoundedWindow> Expected java.util.Set Value loaded from field org.apache.beam.sdk.values.WindowedValues$TimestampedValueInMultipleWindows.windows At WindowedValues.java:[line 804] ``` -- 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]
