Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

/**
* A pipelined in-memory only subpartition, which allows to reconnect after failure. Only one view
* is allowed at a time to read teh subpartition.
* is allowed at a time to read the subpartition.
*/
public class PipelinedApproximateSubpartition extends PipelinedSubpartition {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ public static String generateZookeeperPath(String... paths) {
* Splits the given ZooKeeper path into its parts.
*
* @param path path to split
* @return splited path
* @return split path
*/
public static String[] splitZooKeeperPath(String path) {
return path.split("/");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@
// Version 2: Fixed the data type used for creating constraint enforcer and sink upsert
// materializer. Since this version the sink works correctly with persisted metadata columns.
// We introduced a new version, because statements that were never rolling back to a value from
// state could run succesfully. We allow those jobs to be upgraded. Without a new versions such jobs
// state could run successfully. We allow those jobs to be upgraded. Without a new versions such
// jobs

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: extra line-break, should be contiguous?

// would fail on restore, because the state serializer would differ
@ExecNodeMetadata(
name = "stream-exec-sink",
Expand Down