pipeline sql failed

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Works as Designed
    • Priority: Critical - P2
    • None
    • Affects Version/s: 2.3.1
    • Component/s: API
    • None
    • Environment:
      mongodb 3.4.2
    • None
    • None
    • None
    • None
    • None
    • None

      mongo version 3.4.2
      mongo-spark-connector 2.3.2 also 2.4.0
      use MongoSpark.load(sparkSession.sparkContext).withPipeline

      { $match: { createDate :

      { $gte : 1466956800000,$lte : 1467043200000}

      } }
      but send to mongo is
      [{ "$match" : { "createData" : { "$gte" :

      { $numberLong : "1466956800000" }

      , "$lte" : { $numberLong : "1467043200000" } } } }]

      can't find any data

              Assignee:
              Ross Lawley
              Reporter:
              Robert Yu
              None
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: