You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As #60 ,I think can't setMatLength with batch size which config hive query return rows count with one fetch request。
batch size will set in hive session
options := hiveOptions{PollIntervalSeconds: 5, BatchSize: int64(cfg.Batch)}
The text was updated successfully, but these errors were encountered:
As #60 ,I think can't setMatLength with batch size which config hive query return rows count with one fetch request。
batch size will set in hive session
options := hiveOptions{PollIntervalSeconds: 5, BatchSize: int64(cfg.Batch)}
The text was updated successfully, but these errors were encountered: