jeydude commented on issue #4035:
URL: https://github.com/apache/couchdb/issues/4035#issuecomment-1136447465

   We had ```file_compression = snappy```  before in default.ini, thought 
snappy compression is causing error so we have updated to ```file_compression = 
none```
   
   Today we noticed one more thing, if we run the query with sort we are 
getting the invalid_compression error:
   ```{
     "selector": {
       "#parent": "U3359490690",
       "sensor": "lamp.steps"
     },
     "sort": [
       {
         "timestamp": "asc"
       }
     ]
   }
   ```
   but if we remove the remove option, then we are getting the values, any 
reason why sorting throws compression error.
   ```
   {
     "selector": {
       "#parent": "U3359490690",
       "sensor": "lamp.steps"
     }
   }
   ```


-- 
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: notifications-unsubscr...@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to