chenkovsky commented on code in PR #993: URL: https://github.com/apache/datafusion-python/pull/993#discussion_r1966359261
########## python/datafusion/context.py: ########## @@ -783,7 +783,9 @@ def register_parquet( file_extension, skip_metadata, schema, - file_sort_order, + [[expr.raw_sort for expr in exprs] for exprs in file_sort_order] Review Comment: updated -- 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