tsuna / gohbase

Pure-Go HBase client
Apache License 2.0
737 stars 214 forks source link

Keep priority on scanner's subsequent scans #268

Closed aaronbee closed 3 months ago

aaronbee commented 3 months 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.