alamb commented on issue #17169:
URL: https://github.com/apache/datafusion/issues/17169#issuecomment-3188990678

   BTW I can easily reproduce the reported symptoms using `datafusion-cli` 
locally:
   
   ```shell
   > SELECT DISTINCT
     ON ("ADDRESS1", "ADDRESS2", "ADDRESS3", "POSTCODE") *
   FROM
     
'https://digitalsociety-public.fsn1.your-objectstorage.com/f94d0c87-8798-4bf6-9c98-8d89971e2539.parquet'
   ORDER BY
     "ADDRESS1",
     "ADDRESS2",
     "ADDRESS3",
     "POSTCODE",
     "INSPECTION_DATE" DESC;
   ```


-- 
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...@datafusion.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to