Skip to:
The expected behaviour of Source pushdown is if it is enabled and user doesn't give a temp bucket name , then it should be generated automatically.
But of recent change https://github.com/data-integrations/google-cloud/blob/a6fff450247f0edeccbe4bd62c2fe8826098f7ec/src/main/java/io/cdap/plugin/gcp/bigquery/util/BigQueryUtil.java#L881
It is giving NPE.
PR -
The expected behaviour of Source pushdown is if it is enabled and user doesn't give a temp bucket name , then it should be generated automatically.
But of recent change https://github.com/data-integrations/google-cloud/blob/a6fff450247f0edeccbe4bd62c2fe8826098f7ec/src/main/java/io/cdap/plugin/gcp/bigquery/util/BigQueryUtil.java#L881
It is giving NPE.