Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dataFrameShow): Remove extra new lines #163

Open
wants to merge 121 commits into
base: main
Choose a base branch
from

Commits on Feb 27, 2021

  1. Configuration menu
    Copy the full SHA
    ee67e40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    644c341 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac2f991 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7eb397 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2eb275 View commit details
    Browse the repository at this point in the history
  6. Implement AST builder

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    eee4564 View commit details
    Browse the repository at this point in the history
  7. Document AST module

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    cefb1a1 View commit details
    Browse the repository at this point in the history
  8. Add AST utils

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    517d122 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    308396e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4e1477f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    53ff4ab View commit details
    Browse the repository at this point in the history
  12. Parse unary operations

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    3ea3b16 View commit details
    Browse the repository at this point in the history
  13. Add missing wrapper

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    85c0546 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9940076 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e2b4cdd View commit details
    Browse the repository at this point in the history
  16. Fix isValidDecimal

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    b313b71 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a8fffeb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    57dbe30 View commit details
    Browse the repository at this point in the history
  19. Parse join types

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    89e71c0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7742cf0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6d460fd View commit details
    Browse the repository at this point in the history
  22. Fix antlr4 warning

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    0fc115b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    dde6a5d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e24646b View commit details
    Browse the repository at this point in the history
  25. Fix string parsing

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    7f95491 View commit details
    Browse the repository at this point in the history
  26. Simplify test

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    ff4e7bb View commit details
    Browse the repository at this point in the history
  27. Use SQL to parse types

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    6914b50 View commit details
    Browse the repository at this point in the history
  28. Add type aliases

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    8ecd9b8 View commit details
    Browse the repository at this point in the history
  29. Test type parsing

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    330b6dd View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    16ef30e View commit details
    Browse the repository at this point in the history
  31. Clarify function name

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    a6932a8 View commit details
    Browse the repository at this point in the history
  32. Remove unused check

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    ef94080 View commit details
    Browse the repository at this point in the history
  33. Detect array types

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    8572580 View commit details
    Browse the repository at this point in the history
  34. Detect map types

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    83fe840 View commit details
    Browse the repository at this point in the history
  35. Detect struct type

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    4d5beff View commit details
    Browse the repository at this point in the history
  36. Remove duplicated code

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    fb032eb View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    5af7c22 View commit details
    Browse the repository at this point in the history
  38. Implement logical Not

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    aafb26a View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    ad570cf View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    fd9e659 View commit details
    Browse the repository at this point in the history
  41. Clarify exception class

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    d81073d View commit details
    Browse the repository at this point in the history
  42. Add expression parser

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    f0f9523 View commit details
    Browse the repository at this point in the history
  43. Enhance literal parsing

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    569f271 View commit details
    Browse the repository at this point in the history
  44. Test operation parsing

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    2cdc6c9 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    8da031e View commit details
    Browse the repository at this point in the history
  46. Use new utils in tests

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    4d02d8f View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    dfa899a View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    f9fe965 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    d5ba0b1 View commit details
    Browse the repository at this point in the history
  50. Test unary operations

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    9d05b0c View commit details
    Browse the repository at this point in the history
  51. Handle aliases

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    2d60bae View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    97e0c69 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    e08b7d1 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    9245ff0 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    1371dcb View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    a1d5a17 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    ff90059 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    a1727e9 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    fb4cdf2 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    0b4416d View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    1ee8309 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    8f17ad4 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    ae13310 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    37c5f77 View commit details
    Browse the repository at this point in the history
  65. Add logs

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    2e9d54b View commit details
    Browse the repository at this point in the history
  66. Reduce line length

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    043dfb4 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    d2ee9a2 View commit details
    Browse the repository at this point in the history
  68. Enhance error handling

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    426a6d0 View commit details
    Browse the repository at this point in the history
  69. Fix struct parsing

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    3e673d6 View commit details
    Browse the repository at this point in the history
  70. Fix typo

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    ccb9109 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    2fb9c7e View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    6336aac View commit details
    Browse the repository at this point in the history
  73. Fix cyclic import

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    5345821 View commit details
    Browse the repository at this point in the history
  74. Upgrade pythonsqlparser

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    14039af View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    242982d View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    c5f3d3f View commit details
    Browse the repository at this point in the history
  77. Sort imports

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    add0a9c View commit details
    Browse the repository at this point in the history
  78. Upgrade pylint

    tools4origins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    c36eafb View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. Fixed pylint issues.

    svaningelgem committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    b271ac5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from svaningelgem/feat/sqlParsing

    Fixed pylint issues.
    tools4origins committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    170184f View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    9d7d3df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e354ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42327c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    620105f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50c1984 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41100b6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bfb6b1b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a168162 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. tmp test

    tools4origins committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    2423ccf View commit details
    Browse the repository at this point in the history
  2. tmp error node imp

    tools4origins committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    6e11ec6 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. Enhance error handling

    tools4origins committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    4d14116 View commit details
    Browse the repository at this point in the history
  2. Enhance type parsing

    tools4origins committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    e28e6bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b303ec View commit details
    Browse the repository at this point in the history
  4. Modify import order

    tools4origins committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    b377556 View commit details
    Browse the repository at this point in the history
  5. Update imports

    tools4origins committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    0f1928b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6f9702 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e9aba34 View commit details
    Browse the repository at this point in the history
  8. Fix import

    tools4origins committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    50b0611 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e37339d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    86ab1fa View commit details
    Browse the repository at this point in the history
  11. Enhance types support

    tools4origins committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    1dd3660 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3504914 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d1f6263 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2ecdde7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a110689 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    020b7bd View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. Add types to literals

    tools4origins committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    55a4d78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9af2a6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4029a61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59ebc4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5de2f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37b3e69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    91b2e3d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    78fc641 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b44adf6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b87e861 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6d60eb2 View commit details
    Browse the repository at this point in the history
  12. Apply linter guidelines

    tools4origins committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    507f4f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. Merge pull request #8 from tools4origins/feat/sqlParsing

    Feat/sql parsing
    tools4origins committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    2025eba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from tools4origins/feat/ExpressionTypes

    Feat/expression types
    tools4origins committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    8b801ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9eb755a View commit details
    Browse the repository at this point in the history