-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New ir #38
New ir #38
Conversation
stage overflow
w ci ground truth
deduplicate in relation btree clean code using same string hash function in c++ and py delete extra output fix docker w
tmp try remove seletction in agg w
interpretor aggregation break interpreter aggregation break ww try fix agg col selection fix ci debuging
w remove dirty file from other branch when 0-arity in head, always 1 count generated?
ww fix a history code add an example w
try fix merge testcase fix truth w w add DeALS to compare
remove dead code
add more example
try fix
Aggregators specify the number of their input and output columns. They no longer specify the arity of the aggregated relation. Aggregation is handled similar to joins now. stage change
fix w w
runslog
Outdated
@@ -128,7 +128,7 @@ def ensure_backend_built(compile_backend, tsv_bin_path, backend_build_dir, backe | |||
|
|||
def run_local(file, out_path, factloc, cores, verbose, slog_root=None, compile_backend=False, | |||
debug_flag=False, profile_flag=False, repl_flag=False, compile_only=False, | |||
overwrite_out=False): | |||
overwrite_out=False, brouhaha_flag=False): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am skeptical that we really should have brouhaha_flag
in our scripts on master
. I have had bad experiences adding extra infrastructure to research code to support projects like brouhaha--probably we do not want this flag here in master. It is fine to add it in a brouhaha-specific branch, of course.
w satge stage stage resolve all bb Co-authored-by: Kristopher Micinski <[email protected]> stage stage stage stage stage test ex_simple fix switch w stage stage stage w fix
w add v3
fix
limit dump fix slightly better clean and fix pure number string in fact fix ci fix string agian...
No description provided.