为什么在通过 Simba ODBC 驱动程序连接到 Google BigQuery 时出现 "Conversion from string to number failed with value ''" 错误?

Why do I get a "Conversion from string to number failed with value ''" error when connecting to Google BigQuery via the Simba ODBC driver?

我正在尝试将 Simba ODBC 驱动程序用于 Google BigQuery。最初连接成功,但在“高级选项”中启用高吞吐量API后,出现以下错误:

[Simba][Support] (50090) Conversion from string to number failed with value ''

取消选中高吞吐量 API 选项后,我仍然收到此错误。

这些是我最初设置的选项:

发生此错误是因为 Minimum Query Results Size for HTAPI and Ratio of Results to Rows Per Block 都设置为空字符串。

将两个值都设置为 0 以始终使用 BigQuery 存储下载查询结果 API。