ephraimbuddy commented on code in PR #24044:
URL: https://github.com/apache/airflow/pull/24044#discussion_r886005258


##########
airflow/models/dagpickle.py:
##########
@@ -39,7 +39,7 @@ class DagPickle(Base):
     id = Column(Integer, primary_key=True)
     pickle = Column(PickleType(pickler=dill))
     created_dttm = Column(UtcDateTime, default=timezone.utcnow)
-    pickle_hash = Column(Text)
+    pickle_hash = Column(BIGINT)

Review Comment:
   It's `BigInteger`: 
https://github.com/apache/airflow/blob/d19cb86660d40e665d8c4fe2b07d76b88532bd8b/airflow/migrations/versions/0001_1_5_0_current_schema.py#L83
   There's no other place that it was changed.
   
   I will update it to use `BigInteger` instead of `BIGINT`



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to