tsuna / gohbase

Pure-Go HBase client
Apache License 2.0
732 stars 211 forks source link

Keep priority on scanner's subsequent scans #268

Closed aaronbee closed 1 month ago

aaronbee commented 1 month ago

If a scanner needs to scan multiple times ensure all scanners get the priority set in the initial hrpc.Scan.

Updated baseQuery.Priority to return a uint32 rather than a *uint32 to be less weird.