Changeset: 4aaf825c24a5 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/4aaf825c24a5
Modified Files:
        clients/Tests/MAL-signatures-hge.test
        clients/Tests/MAL-signatures.test
Branch: pp_hashjoin
Log Message:

corrected typo


diffs (54 lines):

diff --git a/clients/Tests/MAL-signatures-hge.test 
b/clients/Tests/MAL-signatures-hge.test
--- a/clients/Tests/MAL-signatures-hge.test
+++ b/clients/Tests/MAL-signatures-hge.test
@@ -49565,12 +49565,12 @@ OAHASHexplode_unmatched
 Expand the count of 'unmatched' with 'frequency'.  Returns the count in a VOID 
BAT.
 oahash
 frequency
-pattern oahash.frequency(X_0:bat[:oid) (X_1:bat[:oid], X_2:bat[:lng])
+pattern oahash.frequency(X_0:bat[:oid]) (X_1:bat[:oid], X_2:bat[:lng])
 OAHASHadd_freq
 Add `slot_id` to the shared `frequencies` BAT. Returns the occurrence index 
for each `slot_id` (i.e. it is the n-th time the `slot_id` is seen so far) and 
the updated `frequencies`
 oahash
 frequency
-pattern oahash.frequency(X_0:bat[:oid):bat[:lng]
+pattern oahash.frequency(X_0:bat[:oid]):bat[:lng]
 OAHASHadd_freq
 Add `slot_id` to the shared `frequencies` BAT. Returns the updated 
`frequencies`
 oahash
@@ -50675,7 +50675,7 @@ mvc_claim_wrap
 Claims slots for appending rows.
 sql
 claim
-unsafe pattern sql.claim(X_0:int, X_1:str, X_2:str, X_3:lng, X_4:bat[:bte], 
X_5:int, X_6:ptr) (X_7:oid, X_8:bat[:oid])
+unsafe pattern sql.claim(X_0:int, X_1:str, X_2:str, X_3:lng, X_4:bat[:bte], 
X_5:int) (X_6:oid, X_7:bat[:oid])
 mvc_claim_wrap
 Claims slots for appending rows.
 sql
diff --git a/clients/Tests/MAL-signatures.test 
b/clients/Tests/MAL-signatures.test
--- a/clients/Tests/MAL-signatures.test
+++ b/clients/Tests/MAL-signatures.test
@@ -37935,12 +37935,12 @@ OAHASHexplode_unmatched
 Expand the count of 'unmatched' with 'frequency'.  Returns the count in a VOID 
BAT.
 oahash
 frequency
-pattern oahash.frequency(X_0:bat[:oid) (X_1:bat[:oid], X_2:bat[:lng])
+pattern oahash.frequency(X_0:bat[:oid]) (X_1:bat[:oid], X_2:bat[:lng])
 OAHASHadd_freq
 Add `slot_id` to the shared `frequencies` BAT. Returns the occurrence index 
for each `slot_id` (i.e. it is the n-th time the `slot_id` is seen so far) and 
the updated `frequencies`
 oahash
 frequency
-pattern oahash.frequency(X_0:bat[:oid):bat[:lng]
+pattern oahash.frequency(X_0:bat[:oid]):bat[:lng]
 OAHASHadd_freq
 Add `slot_id` to the shared `frequencies` BAT. Returns the updated 
`frequencies`
 oahash
@@ -39010,7 +39010,7 @@ mvc_claim_wrap
 Claims slots for appending rows.
 sql
 claim
-unsafe pattern sql.claim(X_0:int, X_1:str, X_2:str, X_3:lng, X_4:bat[:bte], 
X_5:int, X_6:ptr) (X_7:oid, X_8:bat[:oid])
+unsafe pattern sql.claim(X_0:int, X_1:str, X_2:str, X_3:lng, X_4:bat[:bte], 
X_5:int) (X_6:oid, X_7:bat[:oid])
 mvc_claim_wrap
 Claims slots for appending rows.
 sql
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to