snuyanzin commented on code in PR #19752: URL: https://github.com/apache/flink/pull/19752#discussion_r875836056
########## flink-python/src/test/java/org/apache/flink/table/runtime/typeutils/serializers/python/timestamp/TimestampSerializerTest.java: ########## @@ -16,10 +16,11 @@ * limitations under the License. */ -package org.apache.flink.table.runtime.typeutils.serializers.python; +package org.apache.flink.table.runtime.typeutils.serializers.python.timestamp; Review Comment: Good catch. Looks like an artifact after merge (since I started it before `SerializerTestBase` issue was solved) Now I completely removed all changes for this class from 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]
