GoogleCloudPlatform / professional-services

Common solutions and tools developed by Google Cloud's Professional Services team. This repository and its contents are not an officially supported Google product.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bigquery Long Running Optimizer : Issues with the code

amitkrdutta opened this issue · comments

examples/bigquery-long-running-optimizer/optimization/reduce_to_tmp_tables/reduce_to_tmp_tables.py
Code has some issues

  1. The line number is not showing correctly. If we are running multiple sql files it is not reseting the line number for each type of check
  2. For single union case it is throwing array index out of bound exception