Uploaded image for project: 'Couchbase Spark Connector'
  1. Couchbase Spark Connector
  2. SPARKC-143

Allow to pass timeout for Query, Analytics and KV DataFrames

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Major
    • 3.2.0
    • None
    • None
    • None
    • 1
    • SDK46: Limit Err, CB++, Spark

    Description

      Currently Querytimeout cannot be pass as a QueryOption. Provide ability to add timeout options

       Environment :  Scala 2.12 and Spark 3.1.1 or 3.1.2**

       

      import com.couchbase.spark._
      import com.couchbase.spark.query.QueryOptions
      val airlines = spark.read
       .format("couchbase.query")
       .option(QueryOptions.Filter, "type = 'airline'")
       .load()
      airlines.show()
      

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            daschl Michael Nitschinger
            arun.vijayraghavan Arun Vijayraghavan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty