The Wayback Machine - https://web.archive.org/web/20210614184621/https://github.com/topics/jdbc
Skip to content
#

jdbc

Here are 2,493 public repositories matching this topic...

ayushbilala
ayushbilala commented Jun 8, 2021

In io/trino/plugin/bigquery/ReadSessionCreator.java, TableInfo is getting cached for only 15 minutes. This makes sure for the next 15 minutes all the subsequent queries will use the cache.

I believe rather than hardcoding the TTL to 15 minutes, we should externalize this number so that it can be configured on a case-to-case basis.

Slack Thread: https://trinodb.slack.com/archives/CFLB9AMB

xuwei-k
xuwei-k commented Jun 13, 2021
[error] -- Error: /tmp/sbt_e60b88db/src/test/scala/app/models/ProgrammersSpec.scala:41:14 
[info] [error] 41 |      created should not beNull
[info] [error]    |      ^^^^^^^^^^^^^^^^^^
[info] [error]    |postfix operator `beNull` needs to be enabled
[info] [error]    |by making the implicit value scala.language.postfixOps visible.
[info] [error]    |----
[info] [error]    |This can be 

Improve this page

Add a description, image, and links to the jdbc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jdbc topic, visit your repo's landing page and select "manage topics."

Learn more