You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/05/14 13:35:33 UTC

[GitHub] [flink-table-store] tsreaper commented on pull request #121: Introduce AggregatuibMergeFunction

tsreaper commented on PR #121:
URL: https://github.com/apache/flink-table-store/pull/121#issuecomment-1126717355

   > If I want to test the same MergeFunction on tables with different structures, what should I do? (Is it possible to create a new Test file again?)
   
   In that case just create multiple tables with different names in `ddl` method. Table names should be different within the same test class as they'll be created all at once (see `FileStoreTableITCase`). However different tests run in different temporary directories so it is OK to have the same table name across test classes.


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org