lostluck commented on code in PR #39389:
URL: https://github.com/apache/beam/pull/39389#discussion_r3945179363


##########
sdks/go/test/integration/integration.go:
##########
@@ -200,7 +200,7 @@ var flinkFilters = []string{
        "TestTestStreamTimersEventTime",
 
        "TestTimers_EventTime_WithNoOutputTimestamp", // Encounter error: 
TimestampCombiner moved element from TIMESTAMP_MAX_VALUE to earlier time (end 
of global window) for window GlobalWindow
-       "TestTimers_ProcessingTime.*",    // Flink doesn't support processing 
time timers.
+       "TestTimers_ProcessingTime.*",                // Flink doesn't support 
processing time timers.

Review Comment:
   Gofmt aligns comments vertically when part of consecutive lines in the same 
block, so the new formatting is correct. I wouldn't worry about trying to fix 
it.



-- 
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]

Reply via email to