exasol / bigquery-virtual-schema

Virtual Schema for connecting Big Query as a data source to Exasol
MIT License
1 stars 1 forks source link

Refactor suppressed warnings #31

Closed ckunki closed 3 months ago

ckunki commented 6 months ago

Add to class BigQueryDatasetFixture (and potentially others as well):

@SuppressWarnings("try") 
// auto-closeable resource virtualSchema is never referenced in body of corresponding try statement

Remove from file pom.xml, maven-compiler-plugin:

-try 

Compare https://github.com/exasol/virtual-schema-common-document/pull/183