Skip to content

Commit

Permalink
Add log to ensure success of type check
Browse files Browse the repository at this point in the history
  • Loading branch information
Matts966 committed Jun 10, 2020
1 parent 544ee36 commit 28efb11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Binary file modified bin/linux/pipeline_type_checker
Binary file not shown.
Binary file modified bin/osx/pipeline_type_checker
Binary file not shown.
3 changes: 3 additions & 0 deletions zetasql/experimental/pipeline_type_checker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -242,4 +242,7 @@ int main(int argc, char* argv[]) {
return 1;
}
}

std::cout << "Successfully finished type check!" << std::endl;
return 0;
}

0 comments on commit 28efb11

Please sign in to comment.