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

[feature] add a new file #4

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
4 changes: 4 additions & 0 deletions branch3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
222
333
4444
44
11 changes: 11 additions & 0 deletions meg.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
issue #1929 this is a header

1.The previous alignment of Doris is up to 8 bytes.

2.For types with more than 8 bytes, such as Date, Datetime is not aligned.

3.This PR is mainly to relax the maximum 8-byte limitation

4.Also, because the data type Decimal v1 no longer exists,

5.the logic of the 40-byte Decimal v1 is also discarded.
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
Usage:
python setup.py py2app
"""

from setuptools import setup

dsfdsfdsf
sdfds
999.100.10
kk.kk.99
ddd
iiii
APP = ['main.py']
DATA_FILES = []
OPTIONS = {}
Expand Down