-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tiled implementation of the Flink app (#627)
* Add custom triggers * Move triggers * Add KeySelector * Comments * Rename tiling package to window * WIP runTiledGroupByJob * Comment-out AsyncKVStoreWriterTest.scala ? question mark ? * Add ChrononFlinkRowAggregators * Refactor AvroCodec slightly * Add TiledAvroCodecFn * Add LateEventCounter * Finish runTiledGroupByJob * Add ChrononFlinkRowAggregationFunctionTest * Add missing @test decorator * Add KeySelector tests * Add e2e tiled test * Scalafmt * Comments * Uncomment AsyncKVStoreWriterTest * Remove slot sharing so that test finally halts * Tweak strings in key selector test * Rename files, change comments * keyToBytes in process function should convert to array first * Refactor tiled Flink test, use watermark strategy * Improve e2e test so that we check actual tile IRs * rm debug=true * Use log4j * Remove comment * Minor clean up, change comments * scalafmt * Add missing getSmallestWindowResolutionInMillis * Add missing tiledCodec * Enable debug logs it tests * Info instead of debug * Fix lack of isolation in test sink * Make BaseAvroCodecFn abstract * Update FlinkJob comments * Comment * Move getSmallestWindowResolutionInMillis to GroupByOps * Use new GroupByOps method, fix mistake * Revert "Move getSmallestWindowResolutionInMillis to GroupByOps" * Use toScala, use multiline strings * Use logger.debug * Scalafmt * Fix compile error
- Loading branch information
1 parent
c93ba28
commit dcb3750
Showing
14 changed files
with
1,146 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.