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

      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@mongodb.com Ross Lawley
            Reporter:
            robert.e.yu Robert Yu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: