dcmoura / spyql

Query data on the command line with SQL-like SELECTs powered by Python expressions
https://spyql.readthedocs.io
MIT License
918 stars 25 forks source link

Type inference and improved meta layer #47

Closed dcmoura closed 2 years ago

dcmoura commented 2 years ago

This PR adds:

Minor bugs and improvements (see list of commits).

This PR will expire in 24 hours :-)
I will merge to master by then if there's no feedback.

codecov[bot] commented 2 years ago

Codecov Report

Merging #47 (436e3e7) into master (f1163f2) will increase coverage by 0.17%. The diff coverage is 98.03%.

:exclamation: Current head 436e3e7 differs from pull request most recent head 355e2df. Consider uploading reports for the commit 355e2df to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
+ Coverage   95.87%   96.04%   +0.17%     
==========================================
  Files          10       10              
  Lines        1018     1063      +45     
==========================================
+ Hits          976     1021      +45     
  Misses         42       42              
Impacted Files Coverage Δ
spyql/processor.py 96.44% <97.77%> (+0.52%) :arrow_up:
spyql/writer.py 96.18% <100.00%> (+0.15%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f1163f2...355e2df. Read the comment docs.