joellubi commented on code in PR #1456: URL: https://github.com/apache/arrow-adbc/pull/1456#discussion_r1460712025
########## go/adbc/driver/snowflake/statement.go: ########## @@ -33,8 +32,14 @@ import ( ) const ( - OptionStatementQueueSize = "adbc.rpc.result_queue_size" - OptionStatementPrefetchConcurrency = "adbc.snowflake.rpc.prefetch_concurrency" + OptionStatementQueueSize = "adbc.rpc.result_queue_size" + OptionStatementPrefetchConcurrency = "adbc.snowflake.rpc.prefetch_concurrency" + OptionStatementIngestWriterConcurrency = "adbc.snowflake.rpc.ingest_writer_concurrency" + OptionStatementIngestUploadConcurrency = "adbc.snowflake.rpc.ingest_upload_concurrency" + OptionStatementIngestCopyConcurrency = "adbc.snowflake.rpc.ingest_copy_concurrency" + OptionStatementIngestTargetFileSize = "adbc.snowflake.rpc.ingest_target_file_size" + OptionStatementIngestCompressionCodec = "adbc.snowflake.rpc.ingest_compression_codec" // TODO(joellubi): Implement option + OptionStatementIngestCompressionLevel = "adbc.snowflake.rpc.ingest_compression_level" // TODO(joellubi): Implement option Review Comment: Issue created and referenced in comment #1473 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org